mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-26 17:01:14 -06:00
bdb995194c
To make sure that ID ranges do not overlap this plugin checks new additions and changes for conflicts with existing ranges. https://fedorahosted.org/freeipa/ticket/2185
24 lines
300 B
Makefile
24 lines
300 B
Makefile
NULL =
|
|
|
|
SUBDIRS = \
|
|
ipa-cldap \
|
|
ipa-enrollment \
|
|
ipa-lockout \
|
|
ipa-modrdn \
|
|
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
|