[sudo-commits] sudo changeset 6309:5537049991f7

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


changeset:	6309:5537049991f7 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/5537049991f7
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Mon Jan 10 10:33:22 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 +-
 doc/sudoers.ldap.cat    |  204 +++++++++++++++++++++++++++++++----------------
 doc/sudoers.ldap.man.in |    4 +
 doc/sudoers.ldap.pod    |    5 +
 plugins/sudoers/ldap.c  |   55 +++++++++++-
 8 files changed, 215 insertions(+), 76 deletions(-)



More information about the sudo-commits mailing list