Update documentation about LDAP timeouts (#2267)

This commit is contained in:
Maxime Besson 2020-10-27 11:35:21 +01:00
parent b6c78511db
commit bcb81cd91b
2 changed files with 3 additions and 1 deletions

View File

@ -92,7 +92,8 @@ Connection
bind is used.
- **Password**: password to used to connect to LDAP server. By default,
anonymous bind is used.
- **Timeout**: server idle timeout.
- **Connection timeout**: applies only when initiating the connection
- **Operation timeout**: applies to all LDAP operations
- **Version**: LDAP protocol version.
- **Binary attributes**: regular expression matching binary attributes
(see

View File

@ -241,6 +241,7 @@ ldapSearchDeref "deref" param of Net::LD
ldapServer LDAP server (host or URI) ✔
ldapSetPassword ✔
ldapTimeout LDAP connection timeout ✔
ldapIOTimeout LDAP operation timeout ✔
ldapUsePasswordResetAttribute LDAP store reset flag in an attribute ✔
ldapVerify Whether to validate LDAP certificates ✔
ldapVersion LDAP protocol version ✔