Jump to content

FeministWiki:LDAP Schema: Difference between revisions

Line 135: Line 135:
  pwdAttribute: userPassword
  pwdAttribute: userPassword
  pwdLockout: TRUE
  pwdLockout: TRUE
  pwdLockoutDuration: 36000
  pwdLockoutDuration: 3600
  pwdMaxFailure: 10
  pwdMaxFailure: 5
  EOF
  EOF
   
   
Line 147: Line 147:
  EOF
  EOF


With these settings, ten consecutive authentication failures with a username will lock the account for ten hours.
With these settings, five consecutive authentication failures with a username will lock the account for an hour.


=== Time of last login ===
=== Time of last login ===