nixos/tests: test LDAP password changing through nslcd

NOTE: slapd.conf is deprecated, hence use cn=config.
This commit is contained in:
Julien Moutinho
2019-01-18 05:13:42 +01:00
parent eb90d97009
commit 65cfba23af
4 changed files with 381 additions and 63 deletions
+1 -1
View File
@@ -368,7 +368,7 @@ let
auth required pam_deny.so
# Password management.
password requisite pam_unix.so nullok sha512
password sufficient pam_unix.so nullok sha512
${optionalString config.security.pam.enableEcryptfs
"password optional ${pkgs.ecryptfs}/lib/security/pam_ecryptfs.so"}
${optionalString cfg.pamMount