mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-05 22:03:01 -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
20 lines
231 B
Makefile
20 lines
231 B
Makefile
NULL =
|
|
|
|
SUBDIRS = \
|
|
ipa-enrollment \
|
|
ipa-lockout \
|
|
ipa-modrdn \
|
|
ipa-pwd-extop \
|
|
ipa-uuid \
|
|
ipa-version \
|
|
ipa-winsync \
|
|
$(NULL)
|
|
|
|
EXTRA_DIST = \
|
|
README \
|
|
$(NULL)
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
*~ \
|
|
Makefile.in
|