From 6ee19819737180d4c7c8d7945d2132c228f85acb Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Sat, 27 Aug 2022 15:57:11 +0200 Subject: 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 --- tests/test.ldif | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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 -- cgit v1.2.3