diff options
author | Badlop <badlop@process-one.net> | 2010-06-10 13:58:55 +0200 |
---|---|---|
committer | Christophe Romain <christophe.romain@process-one.net> | 2012-09-11 16:30:22 +0200 |
commit | fb39b163dfa65f56a6b59feafb67a5d77c64a388 (patch) | |
tree | 239a6e62467be7f009fc34edbdb744fb6a3db176 | |
parent | binary refactoring (diff) |
Explain that 2 LDAP connections are established per vhost
-rw-r--r-- | doc/guide.tex | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/guide.tex b/doc/guide.tex index 6789fa2e1..ddfb91d4b 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -2297,6 +2297,9 @@ and LDAP server supports \makesubsubsection{ldapconnection}{Connection} +Two connections are established to the LDAP server per vhost, +one for authentication and other for regular calls. + Parameters: \begin{description} \titem{\{ldap\_servers, [Servers, ...]\}} \ind{options!ldap\_server}List of IP addresses or DNS names of your |