mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-27 09:21:59 -06:00
cf9ec1c427
On a failed bind this will update krbLoginFailedCount and krbLastFailedAuth and will potentially fail the bind altogether. On a successful bind it will zero krbLoginFailedCount and set krbLastSuccessfulAuth. This will also enforce locked-out accounts. See http://k5wiki.kerberos.org/wiki/Projects/Lockout for details on kerberos lockout. ticket 343
16 lines
461 B
Plaintext
16 lines
461 B
Plaintext
dn: cn=IPA Lockout,cn=plugins,cn=config
|
|
changetype: add
|
|
objectclass: top
|
|
objectclass: nsSlapdPlugin
|
|
objectclass: extensibleObject
|
|
cn: IPA Lockout
|
|
nsslapd-pluginpath: libipa_lockout
|
|
nsslapd-plugininitfunc: ipalockout_init
|
|
nsslapd-plugintype: object
|
|
nsslapd-pluginenabled: on
|
|
nsslapd-pluginid: ipalockout_version
|
|
nsslapd-pluginversion: 1.0
|
|
nsslapd-pluginvendor: Red Hat, Inc.
|
|
nsslapd-plugindescription: IPA Lockout plugin
|
|
nsslapd-plugin-depends-on-type: database
|