Samba: Fixed "syncPasswordsByPam".

This commit is contained in:
Jesse Haber-Kucharsky 2015-03-07 17:53:58 +00:00
parent 2e0144ce09
commit 5a1950d985

View file

@ -27,7 +27,7 @@ let
[ global ]
security = ${cfg.securityType}
passwd program = /var/setuid-wrappers/passwd %u
pam password change = ${toString cfg.syncPasswordsByPam}
pam password change = ${if cfg.syncPasswordsByPam then "yes" else "no"}
invalid users = ${toString cfg.invalidUsers}
${cfg.extraConfig}