[Freeipa-devel] [PATCH] 520 fix install with --setup-dns

Rob Crittenden rcritten at redhat.com
Wed Sep 8 21:19:03 UTC 2010


Allow the schema to be set once an ldap connection is locked.

When making LDAP calls via api.Backend.ldap2 the ldap2 object will 
already be locked by the api.finalize() call. So the first time that 
api.Backend.ldap2.connect() is called an error would be thrown that 
self.schema cannot be set because the object is ReadOnly. This uses the 
documented procedure for working around this lock.

This was preventing the DNS installation to proceed.

ticket #188

rob
-------------- next part --------------
A non-text attachment was scrubbed...
Name: freeipa-520-ldap.patch
Type: text/x-patch
Size: 1358 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/freeipa-devel/attachments/20100908/ad5104d7/attachment.bin>


More information about the Freeipa-devel mailing list