]> granicus.if.org Git - sudo/commit
Add sudo_ldap_get_first_rdn() to return the first rdn of an entry's dn
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 3 Jan 2008 21:11:33 +0000 (21:11 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 3 Jan 2008 21:11:33 +0000 (21:11 +0000)
commit86bd55fc6db68d64ee8008fd8cd852620c882383
tree60e44a43c4f650370b8d7f8dd4bf312715e9b70e
parent179ec68f8626fc4cff974ba22b8d005c8f024925
Add sudo_ldap_get_first_rdn() to return the first rdn of an entry's dn
using the mechanism appropriate for the LDAP SDK in use.
Use ldap_unbind_ext_s() instead of deprecated ldap_unbind_s().
Emulate ldap_unbind_ext_s() and ldap_search_ext_s() for SDK's without them.
config.h.in
configure
configure.in
ldap.c