2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 09:57:41 +00:00

timelimit and bind_timelimit

This commit is contained in:
Todd C. Miller 2008-01-06 17:32:59 +00:00
parent a9615943f6
commit 0b11b7e717

View File

@ -226,6 +226,13 @@ when you imported the sudoers. Below is an example /etc/ldap.conf
#uri ldaps://secureldapserver #uri ldaps://secureldapserver
#uri ldaps://secureldapserver ldap://ldapserver #uri ldaps://secureldapserver ldap://ldapserver
# #
# The amount of time, in seconds, to wait while trying to connect to
# an LDAP server.
bind_timelimit 30
#
# The amount of time, in seconds, to wait while performing an LDAP query.
timelimit 30
#
# must be set or sudo will ignore LDAP # must be set or sudo will ignore LDAP
sudoers_base ou=SUDOers,dc=example,dc=com sudoers_base ou=SUDOers,dc=example,dc=com
# #