From: Grégory Oestreicher Date: Wed, 14 Sep 2016 20:52:45 +0000 (+0200) Subject: Add missing documentation for 'ldap-timeout' X-Git-Tag: rec-4.1.0-alpha1~170^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7df717aba46016ffdb96720ec2d102909b55ea08;p=thirdparty%2Fpdns.git Add missing documentation for 'ldap-timeout' --- diff --git a/docs/markdown/authoritative/backend-ldap.md b/docs/markdown/authoritative/backend-ldap.md index 2dcf8f0dc0..0e548fd751 100644 --- a/docs/markdown/authoritative/backend-ldap.md +++ b/docs/markdown/authoritative/backend-ldap.md @@ -60,6 +60,9 @@ In case the used LDAP client library doesn't support LDAP URIs as connection par ## `ldap-starttls` (default "no") : Use TLS encrypted connections to the LDAP server. This is only allowed if ldap-host is a URI or a host name / IP address. +## `ldap-timeout` +(default: "5") : The number of seconds to wait for LDAP operations to complete. + ## `ldap-reconnect-attempts` (default: "5") : The number of attempts to make to re-establish a lost connection to the LDAP server.