mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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>
28 lines
366 B
Makefile
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
|