[Freeipa-devel] [PATCH] 1010 Unblock referral mods in libipa_uuid

2012-05-10 Thread Rob Crittenden
The ipa_uuid plugin was blocking mods to referral objects due to the way it was retrieving the LDAP entry. It would retrieve the entry and if the result was non-zero, such as LDAP_REFERRAL, it would raise it as an error, short-circuiting the mod process. Instead check to see if we got a referr

Re: [Freeipa-devel] [PATCH] 1010 Unblock referral mods in libipa_uuid

2012-05-10 Thread Simo Sorce
On Thu, 2012-05-10 at 11:06 -0400, Rob Crittenden wrote: > The ipa_uuid plugin was blocking mods to referral objects due to the > way > it was retrieving the LDAP entry. It would retrieve the entry and if > the > result was non-zero, such as LDAP_REFERRAL, it would raise it as an > error, short-

Re: [Freeipa-devel] [PATCH] 1010 Unblock referral mods in libipa_uuid

2012-05-10 Thread Martin Kosek
On Thu, 2012-05-10 at 12:23 -0400, Simo Sorce wrote: > On Thu, 2012-05-10 at 11:06 -0400, Rob Crittenden wrote: > > The ipa_uuid plugin was blocking mods to referral objects due to the > > way > > it was retrieving the LDAP entry. It would retrieve the entry and if > > the > > result was non-zero