[Freeipa-devel] [PATCH] fix installation failure with DNS

Rob Crittenden rcritten at redhat.com
Mon Jan 31 22:45:00 UTC 2011


Pushed under the 1-liner rule, this fixes installation with a DNS 
server. I changed the privilege name so the modification failed.

index b84ba76..2424e7c 100644
--- a/ipaserver/install/bindinstance.py
+++ b/ipaserver/install/bindinstance.py
@@ -401,7 +401,7 @@ class BindInstance(service.Service):
          # it can host the memberof attribute, then also add it to the
          # dnsserver role group, this way the DNS is allowed to perform
          # DNS Updates
-        dns_group = "cn=dnsserver,cn=privileges,cn=pbac,%s" % self.suffix
+        dns_group = "cn=DNS Servers,cn=privileges,cn=pbac,%s" % self.suffix
          if isinstance(dns_principal, unicode):
              dns_principal = dns_principal.encode('utf-8')
          mod = [(ldap.MOD_ADD, 'member', dns_principal)]




More information about the Freeipa-devel mailing list