[Freeipa-devel] [PATCH] 0063 Fix ipa_uuid misbehavior

2011-01-19 Thread Simo Sorce
ipa_uuid was returning an improper error if a modify operation was performed on an entry that doesn't exists. This was preventing the dna plugin from working correctly. Do not error on missing entries, let DS handle the case and report the proper error code. Ticket 813 Simo. -- Simo Sorce *

Re: [Freeipa-devel] [PATCH] 0063 Fix ipa_uuid misbehavior

2011-01-19 Thread Rob Crittenden
Simo Sorce wrote: ipa_uuid was returning an improper error if a modify operation was performed on an entry that doesn't exists. This was preventing the dna plugin from working correctly. Do not error on missing entries, let DS handle the case and report the proper error code. Ticket 813

Re: [Freeipa-devel] [PATCH] 0063 Fix ipa_uuid misbehavior

2011-01-19 Thread Simo Sorce
On Wed, 19 Jan 2011 15:15:53 -0500 Rob Crittenden rcrit...@redhat.com wrote: Simo Sorce wrote: ipa_uuid was returning an improper error if a modify operation was performed on an entry that doesn't exists. This was preventing the dna plugin from working correctly. Do not error on