[SSSD] [PATCH] Check LDAP structure before calling ldap_unbind_ext()

2009-12-02 Thread Sumit Bose
Hi, sdap_handle_release() runs through the existing operations before unbinding from the LDAP server. But some of the operations might have called sdap_handle_release(), too, and the LDAP structure is not valid anymore. To avoid an error in the LDAP libraries we check the structure before calling

Re: [SSSD] [PATCH] Obey pwfield for groups too

2009-12-02 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/27/2009 07:15 PM, Simo Sorce wrote: Use the password filed in groups too. Groups also need to honor the settable password field and use * by default. I rebased this patch to work without the nested groups patches. Please re-review before I

Re: [SSSD] [PATCH] Check LDAP structure before calling ldap_unbind_ext()

2009-12-02 Thread Simo Sorce
On Wed, 2009-12-02 at 21:34 +0100, Sumit Bose wrote: Hi, sdap_handle_release() runs through the existing operations before unbinding from the LDAP server. But some of the operations might have called sdap_handle_release(), too, and the LDAP structure is not valid anymore. To avoid an