mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-30 10:47:08 -06:00
49038cda9f
This plugin prevents the deletion or deactivation of the last valid token for a user. This prevents the user from migrating back to single factor authentication once OTP has been enabled. Thanks to Mark Reynolds for helping me with this patch. Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
27 lines
346 B
Makefile
27 lines
346 B
Makefile
NULL =
|
|
|
|
SUBDIRS = \
|
|
libotp \
|
|
ipa-cldap \
|
|
ipa-dns \
|
|
ipa-enrollment \
|
|
ipa-lockout \
|
|
ipa-modrdn \
|
|
ipa-otp-lasttoken \
|
|
ipa-pwd-extop \
|
|
ipa-extdom-extop \
|
|
ipa-uuid \
|
|
ipa-version \
|
|
ipa-winsync \
|
|
ipa-sidgen \
|
|
ipa-range-check \
|
|
$(NULL)
|
|
|
|
EXTRA_DIST = \
|
|
README \
|
|
$(NULL)
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
*~ \
|
|
Makefile.in
|