From 0b11b7e717021230790d0075fb91b70fa44f64f4 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sun, 6 Jan 2008 17:32:59 +0000 Subject: [PATCH] timelimit and bind_timelimit --- README.LDAP | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.LDAP b/README.LDAP index 62c973058..bb0ab710c 100644 --- a/README.LDAP +++ b/README.LDAP @@ -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 # -- 2.50.1