]> granicus.if.org Git - sudo/commit
Split global and per-connection LDAP options into separate arrays.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 23 Apr 2012 17:08:57 +0000 (13:08 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 23 Apr 2012 17:08:57 +0000 (13:08 -0400)
commit9f461efd5ff425a2bb4d8999280e02ad02668562
tree372eca5e96dd0d963b7b69ee543cec99e2792b7c
parent3491dd818936401fdcbb7cc69c62cdf86d1d7e0e
Split global and per-connection LDAP options into separate arrays.
Set global LDAP options before calling ldap_initialize() or ldap_init().
After we have an LDAP handle, set the per-connection options.
Fixes a problem with OpenLDAP using the nss crypto backend; bug #342
plugins/sudoers/ldap.c