From 2cf58937615c28527d1c78f883dad8726331c6df Mon Sep 17 00:00:00 2001 From: Martin Kosek Date: Fri, 10 Feb 2012 12:54:49 +0100 Subject: Global DNS options Implement API for DNS global options supported in bind-dyndb-ldap. Currently, global DNS option overrides any relevant option in named.conf. Thus they are not filled by default they are left as a possibility for a user. Bool encoding had to be fixed so that Bool LDAP attribute can also be deleted and not just set to True or False. https://fedorahosted.org/freeipa/ticket/2216 --- install/updates/40-dns.update | 3 +++ 1 file changed, 3 insertions(+) (limited to 'install/updates/40-dns.update') diff --git a/install/updates/40-dns.update b/install/updates/40-dns.update index 7b1c45754..ef2627bd7 100644 --- a/install/updates/40-dns.update +++ b/install/updates/40-dns.update @@ -20,3 +20,6 @@ add: basedn: 'cn=privileges,cn=pbac,$SUFFIX' add: filter: (objectclass=*) add: ttl: 10 +# add idnsConfigObject if it is not there already +dn: cn=dns, $SUFFIX +addifexist: objectClass: idnsConfigObject -- cgit