]> granicus.if.org Git - sudo/commitdiff
timelimit and bind_timelimit
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 6 Jan 2008 17:32:59 +0000 (17:32 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 6 Jan 2008 17:32:59 +0000 (17:32 +0000)
README.LDAP

index 62c973058f8915578ef75627e81a8fa082045f16..bb0ab710c7b2f13a95c1707189e2a98b391ce2ae 100644 (file)
@@ -226,6 +226,13 @@ when you imported the sudoers.  Below is an example /etc/ldap.conf
   #uri            ldaps://secureldapserver
   #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
   sudoers_base   ou=SUDOers,dc=example,dc=com
   #