[sudo-cvs] CVS commit: sudo

Todd C. Miller Todd.Miller at courtesan.com
Thu Jan 3 16:11:35 EST 2008


Module Name:	sudo
Committed By:	millert
Date:		Thu Jan  3 21:11:34 UTC 2008

Modified Files:
	sudo: config.h.in configure configure.in ldap.c

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.227 -r1.228 sudo/config.h.in
cvs rdiff -r1.237 -r1.238 sudo/configure
cvs rdiff -r1.504 -r1.505 sudo/configure.in
cvs rdiff -r1.83 -r1.84 sudo/ldap.c




More information about the sudo-commits mailing list