forked from mirrors/nixpkgs
Samba: Fixed "syncPasswordsByPam".
This commit is contained in:
parent
2e0144ce09
commit
5a1950d985
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue