mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-26 17:01:14 -06:00
952a7ac9f5
Default value "1" is added to replicated idnsZone objects if idnsSOASerial attribute is missing. https://fedorahosted.org/freeipa/ticket/3347 Signed-off-by: Petr Spacek <pspacek@redhat.com>
25 lines
313 B
Makefile
25 lines
313 B
Makefile
NULL =
|
|
|
|
SUBDIRS = \
|
|
ipa-cldap \
|
|
ipa-dns \
|
|
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
|