[Date Prev][Date Next] [Chronological] [Thread] [Top]

Meaning of "ppolicy_bind: Setting warning for password expiry for ... = 0 seconds"?



Hi!

Can someone explain what this message is actually saying:
 slapd[3990]: ppolicy_bind: Setting warning for password expiry for uid=testuser,ou=domain,dc=org = 0 seconds

Does this mean a user who mistyped his password before logged in successfully now?

I saw no change to the LDAP database after this message, so what is changed, and where is it cahnged? Also those "0 seconds" don't match my password policy, which looks like this (still testing):

--
objectClass: namedObject
objectClass: pwdPolicy
cn: PP-Default
pwdAttribute: userPassword
pwdMinAge: 30
pwdMaxAge: 86400000
pwdInHistory: 3
pwdCheckQuality: 1
pwdMinLength: 8
pwdExpireWarning: 604800
pwdGraceAuthNLimit: 5
pwdLockout: TRUE
pwdLockoutDuration: 1800
pwdMaxFailure: 10
pwdFailureCountInterval: 1209600
pwdMustChange: TRUE
pwdAllowUserChange: TRUE
pwdSafeModify: FALSE
--

I'm running SLES11 SP3...

Regards,
Ulrich