lists.arthurdejong.org
RSS feed

nss-pam-ldapd branch master updated. 0.9.12-3-g6ee1981

[Date Prev][Date Next] [Thread Prev][Thread Next]

nss-pam-ldapd branch master updated. 0.9.12-3-g6ee1981



This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "nss-pam-ldapd".

The branch, master has been updated
       via  6ee19819737180d4c7c8d7945d2132c228f85acb (commit)
      from  ae25521c861d3153552a2c68a3fda6f0c8b49ce6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://arthurdejong.org/git/nss-pam-ldapd/commit/?id=6ee19819737180d4c7c8d7945d2132c228f85acb

commit 6ee19819737180d4c7c8d7945d2132c228f85acb
Author: Arthur de Jong <arthur@arthurdejong.org>
Date:   Sat Aug 27 15:57:11 2022 +0200

    Don't force password change during tests
    
    Change the configuration of the password policy in the test suite to not
    set pwdMustChange to TRUE. Between OpenLDAP 2.4 and 2.5 the behaviour of
    the LDAP server was changed to force a password change whenever the
    administrator changed a user's password. This change ensures that the
    old behaviour is maintained.
    
    See https://bugs.openldap.org/show_bug.cgi?id=7084

diff --git a/tests/test.ldif b/tests/test.ldif
index 381b799..d390df0 100644
--- a/tests/test.ldif
+++ b/tests/test.ldif
@@ -41550,7 +41550,7 @@ pwdCheckQuality: 0
 pwdMinAge: 1
 pwdGraceAuthNLimit: 10
 pwdLockoutDuration: 30
-pwdMustChange: TRUE
+pwdMustChange: FALSE
 pwdInHistory: 0
 pwdExpireWarning: 600000
 pwdMaxAge: 660000

-----------------------------------------------------------------------

Summary of changes:
 tests/test.ldif | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
nss-pam-ldapd