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 ] [ global ]
security = ${cfg.securityType} security = ${cfg.securityType}
passwd program = /var/setuid-wrappers/passwd %u 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} invalid users = ${toString cfg.invalidUsers}
${cfg.extraConfig} ${cfg.extraConfig}