From de53d0a26e1ad7ae20368967f81b7e6391b7198d Mon Sep 17 00:00:00 2001 From: Martin Nagy Date: Fri, 26 Jun 2009 19:37:49 +0200 Subject: 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. --- install/share/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'install/share/Makefile.am') 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 \ -- cgit