3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #6699 from hakuch/fix_samba

Samba: Fixed "syncPasswordsByPam".
This commit is contained in:
William A. Kennington III 2015-03-08 16:09:29 -07:00
commit 5b059416b8

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}