diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2022-08-27 15:57:11 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2022-08-27 17:22:44 +0200 |
commit | 6ee19819737180d4c7c8d7945d2132c228f85acb (patch) | |
tree | 5503053bd0761143a63d4c5c7a27295156e45479 /tests | |
parent | ae25521c861d3153552a2c68a3fda6f0c8b49ce6 (diff) |
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
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test.ldif | 2 |
1 files changed, 1 insertions, 1 deletions
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 |