diff options
Diffstat (limited to 'conf/kolab.conf')
-rw-r--r-- | conf/kolab.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/kolab.conf b/conf/kolab.conf index afe318f..97a2a3b 100644 --- a/conf/kolab.conf +++ b/conf/kolab.conf @@ -167,6 +167,9 @@ virtual_domains = userid ; The URI to LDAP ldap_uri = ldap://localhost:389 +; A timeout, in seconds, for regular searches such as authentication requests. +timeout = 10 + ; A list of integers containing supported controls, to increase the efficiency ; of individual short-lived connections with LDAP. supported_controls = 0,2,3 |