From 43b0c314d80efdaec17d601929d3e6b0cdebcff0 Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Sat, 3 Jul 2010 10:56:14 +0200 Subject: s4:setup/provision_basedn_modify.ldif - set "minPwdAge" to the right value Now we should have fixed all password related tests to cooperate with this value --- source4/setup/provision_basedn_modify.ldif | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source4/setup/provision_basedn_modify.ldif') diff --git a/source4/setup/provision_basedn_modify.ldif b/source4/setup/provision_basedn_modify.ldif index b4f3016770..53845f7355 100644 --- a/source4/setup/provision_basedn_modify.ldif +++ b/source4/setup/provision_basedn_modify.ldif @@ -35,9 +35,8 @@ lockoutThreshold: 0 replace: maxPwdAge maxPwdAge: -36288000000000 - -# "minPwdAge" is "0" in order to let the password change tests pass replace: minPwdAge -minPwdAge: 0 +minPwdAge: -864000000000 - replace: minPwdLength minPwdLength: 7 -- cgit