]> granicus.if.org Git - sudo/commit
Split global and per-connection LDAP options into separate arrays.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 17 May 2012 14:58:44 +0000 (10:58 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 17 May 2012 14:58:44 +0000 (10:58 -0400)
commit4fcd065de21165f417f6a5ba38a9b36c1e37ec0b
tree65e7762bffe31ec247346974ded8f3514a4eec65
parentbcc05725732b970dce3c11f6e362d0e9a71d67be
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

--HG--
branch : 1.7
ldap.c