freeipa/daemons/ipa-slapi-plugins/Makefile.am
Nathaniel McCallum 49038cda9f Add OTP last token plugin
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>
2014-02-21 10:26:02 +01:00

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