Re: [Freeipa-devel] [PATCH] 248 Raise proper exception when LDAP limits are exceeded

2012-04-17 Thread Martin Kosek
On Mon, 2012-04-16 at 13:51 -0400, Rob Crittenden wrote: Rob Crittenden wrote: Jan Cholasta wrote: On 10.4.2012 10:57, Martin Kosek wrote: Few test hints are attached to the ticket. --- ldap2 plugin returns NotFound error for find_entries/get_entry queries when the server did not

Re: [Freeipa-devel] [PATCH] 248 Raise proper exception when LDAP limits are exceeded

2012-04-17 Thread Rob Crittenden
Martin Kosek wrote: On Mon, 2012-04-16 at 13:51 -0400, Rob Crittenden wrote: Rob Crittenden wrote: Jan Cholasta wrote: On 10.4.2012 10:57, Martin Kosek wrote: Few test hints are attached to the ticket. --- ldap2 plugin returns NotFound error for find_entries/get_entry queries when the

Re: [Freeipa-devel] [PATCH] 248 Raise proper exception when LDAP limits are exceeded

2012-04-16 Thread Rob Crittenden
Rob Crittenden wrote: Jan Cholasta wrote: On 10.4.2012 10:57, Martin Kosek wrote: Few test hints are attached to the ticket. --- ldap2 plugin returns NotFound error for find_entries/get_entry queries when the server did not manage to return an entry due to time limits. This may be confusing

Re: [Freeipa-devel] [PATCH] 248 Raise proper exception when LDAP limits are exceeded

2012-04-12 Thread Jan Cholasta
On 10.4.2012 10:57, Martin Kosek wrote: Few test hints are attached to the ticket. --- ldap2 plugin returns NotFound error for find_entries/get_entry queries when the server did not manage to return an entry due to time limits. This may be confusing for user when the entry he searches actually

Re: [Freeipa-devel] [PATCH] 248 Raise proper exception when LDAP limits are exceeded

2012-04-12 Thread Rob Crittenden
Jan Cholasta wrote: On 10.4.2012 10:57, Martin Kosek wrote: Few test hints are attached to the ticket. --- ldap2 plugin returns NotFound error for find_entries/get_entry queries when the server did not manage to return an entry due to time limits. This may be confusing for user when the entry

[Freeipa-devel] [PATCH] 248 Raise proper exception when LDAP limits are exceeded

2012-04-10 Thread Martin Kosek
Few test hints are attached to the ticket. --- ldap2 plugin returns NotFound error for find_entries/get_entry queries when the server did not manage to return an entry due to time limits. This may be confusing for user when the entry he searches actually exists. This patch fixes the behavior in