mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-28 01:41:14 -06:00
8605790225
Provide a way to specify BIND allow-query and allow-transfer ACLs for DNS zones. IMPORTANT: new bind-dyndb-ldap adds a zone transfer ability. To avoid zone information leaks to unintended places, allow-transfer ACL for every zone is by default set to none and has to be explicitly enabled by an Administrator. This is done both for new DNS zones and old DNS zones during RPM update via new DNS upgrade plugin. https://fedorahosted.org/freeipa/ticket/1211
19 lines
264 B
Makefile
19 lines
264 B
Makefile
NULL =
|
|
|
|
appdir = $(pythondir)/ipaserver/install
|
|
app_PYTHON = \
|
|
__init__.py \
|
|
baseupdate.py \
|
|
fix_replica_memberof.py \
|
|
rename_managed.py \
|
|
dns.py \
|
|
updateclient.py \
|
|
$(NULL)
|
|
|
|
EXTRA_DIST = \
|
|
$(NULL)
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
*~ \
|
|
Makefile.in
|