[Freeipa-devel] [PATCH] 066 Limit passwd plugin to user container

2011-05-12 Thread Martin Kosek
Improve performance by specifying basedn to find_entry_by_attr() function in ldap2 and passwd plugins. https://fedorahosted.org/freeipa/ticket/1165 From d0632e497d2ac95ff7cc2e8a8082c69c890d900e Mon Sep 17 00:00:00 2001 From: Martin Kosek mko...@redhat.com Date: Thu, 12 May 2011 14:43:13 +0200

Re: [Freeipa-devel] [PATCH] 066 Limit passwd plugin to user container

2011-05-12 Thread Rob Crittenden
Martin Kosek wrote: Improve performance by specifying basedn to find_entry_by_attr() function in ldap2 and passwd plugins. https://fedorahosted.org/freeipa/ticket/1165 Nack, it is possible to bind as an object other than a user, say a host. I think just the first part of the patch is needed.

Re: [Freeipa-devel] [PATCH] 066 Limit passwd plugin to user container

2011-05-12 Thread Martin Kosek
On Thu, 2011-05-12 at 11:08 -0400, Rob Crittenden wrote: Martin Kosek wrote: Improve performance by specifying basedn to find_entry_by_attr() function in ldap2 and passwd plugins. https://fedorahosted.org/freeipa/ticket/1165 Nack, it is possible to bind as an object other than a user,

Re: [Freeipa-devel] [PATCH] 066 Limit passwd plugin to user container

2011-05-12 Thread Rob Crittenden
Martin Kosek wrote: On Thu, 2011-05-12 at 11:08 -0400, Rob Crittenden wrote: Martin Kosek wrote: Improve performance by specifying basedn to find_entry_by_attr() function in ldap2 and passwd plugins. https://fedorahosted.org/freeipa/ticket/1165 Nack, it is possible to bind as an object