[sudo-commits] sudo changeset 6308:8f9303326db7

Todd C. Miller Todd.Miller at courtesan.com
Mon Jan 10 10:29:05 EST 2011


changeset:	6308:8f9303326db7 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/8f9303326db7
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Mon Jan 10 10:28:59 2011 -0500

Log Message:
	Add support for TIMEOUT in ldap.conf, mapping to the OpenLDAP
	LDAP_OPT_TIMEOUT.  There is no corresponding option for mozilla-derived
	LDAP SDKs but we can pass the timeout parameter to ldap_search_ext_s()
	or ldap_search_st() when possible.

diffstat:

 NEWS                |    2 +
 config.h.in         |    3 +
 configure           |   15 +++-
 configure.in        |    3 +-
 ldap.c              |   57 +++++++++++++-
 sudoers.ldap.cat    |  204 ++++++++++++++++++++++++++++++++++-----------------
 sudoers.ldap.man.in |    4 +
 sudoers.ldap.pod    |    5 +
 8 files changed, 217 insertions(+), 76 deletions(-)



More information about the sudo-commits mailing list