summaryrefslogtreecommitdiffstats
path: root/install/share/Makefile.am
diff options
context:
space:
mode:
authorMartin Nagy <mnagy@redhat.com>2009-06-26 19:37:49 +0200
committerMartin Nagy <mnagy@redhat.com>2009-07-22 18:02:22 +0200
commitde53d0a26e1ad7ae20368967f81b7e6391b7198d (patch)
tree4533140a67ca71cfbdfe69b50d7c94f773d20bbb /install/share/Makefile.am
parenta09d2c34988275178bec1c3b7d15f00e9d0c8db4 (diff)
downloadfreeipa-de53d0a26e1ad7ae20368967f81b7e6391b7198d.tar.gz
freeipa-de53d0a26e1ad7ae20368967f81b7e6391b7198d.tar.xz
freeipa-de53d0a26e1ad7ae20368967f81b7e6391b7198d.zip
Make --setup-dns work on replica installation
The ipa-replica-install script will setup the DNS if user specifies the --setup-dns option. It will only add the zone into LDAP if the cn=dns,$SUFFIX container doesn't exist. For now, however, we do not add the records.
Diffstat (limited to 'install/share/Makefile.am')
-rw-r--r--install/share/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/install/share/Makefile.am b/install/share/Makefile.am
index 2a1d90e2d..435acf1af 100644
--- a/install/share/Makefile.am
+++ b/install/share/Makefile.am
@@ -14,8 +14,9 @@ app_DATA = \
caJarSigningCert.cfg.template \
default-aci.ldif \
default-keytypes.ldif \
- delegation.ldif \
+ delegation.ldif \
dns.ldif \
+ dns_reverse.ldif \
kerberos.ldif \
indices.ldif \
bind.named.conf.template \