freeipa/daemons/ipa-slapi-plugins/Makefile.am
Nathaniel McCallum 41bf0ba940 Create ipa-otp-counter 389DS plugin
This plugin ensures that all counter/watermark operations are atomic
and never decrement. Also, deletion is not permitted.

Because this plugin also ensures internal operations behave properly,
this also gives ipa-pwd-extop the appropriate behavior for OTP
authentication.

https://fedorahosted.org/freeipa/ticket/4493
https://fedorahosted.org/freeipa/ticket/4494

Reviewed-By: Thierry Bordaz <tbordaz@redhat.com>
Reviewed-By: Martin Kosek <mkosek@redhat.com>
2014-10-20 10:12:36 +02:00

28 lines
366 B
Makefile

NULL =
SUBDIRS = \
libotp \
ipa-cldap \
ipa-dns \
ipa-enrollment \
ipa-lockout \
ipa-modrdn \
ipa-otp-counter \
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