summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2010-06-10 13:58:55 +0200
committerBadlop <badlop@process-one.net>2010-06-10 13:58:55 +0200
commit7d8f8a7e99bc4698542eb1165bd3ddcd3bda09b2 (patch)
tree69dda233c0accadedd8df07644adafcb33471e11
parentFix typo in update_list command (EJAB-1237) (diff)
Explain that 2 LDAP connections are established per vhost
-rw-r--r--doc/guide.html8
-rw-r--r--doc/guide.tex10
2 files changed, 12 insertions, 6 deletions
diff --git a/doc/guide.html b/doc/guide.html
index 5a0c4c0c..b7c9c6ab 100644
--- a/doc/guide.html
+++ b/doc/guide.html
@@ -1662,7 +1662,8 @@ create accounts or edit vCard that is stored in LDAP.
However, it is possible to change passwords if <TT>mod_register</TT> module is enabled
and LDAP server supports
<A HREF="http://tools.ietf.org/html/rfc3062">RFC 3062</A>.</P><P> <A NAME="ldapconnection"></A> </P><!--TOC subsubsection Connection-->
-<H4 CLASS="subsubsection"><!--SEC ANCHOR --><A HREF="#ldapconnection">Connection</A></H4><!--SEC END --><P> <A NAME="ldapconnection"></A> </P><P>Parameters:
+<H4 CLASS="subsubsection"><!--SEC ANCHOR --><A HREF="#ldapconnection">Connection</A></H4><!--SEC END --><P> <A NAME="ldapconnection"></A> </P><P>Two connections are established to the LDAP server per vhost,
+one for authentication and other for regular calls.</P><P>Parameters:
</P><DL CLASS="description"><DT CLASS="dt-description">
<B><TT>{ldap_servers, [Servers, ...]}</TT></B></DT><DD CLASS="dd-description"> List of IP addresses or DNS names of your
LDAP servers. This option is required.
@@ -1691,8 +1692,9 @@ value is <TT>""</TT>.
{ldap_port, 389}.
{ldap_rootdn, "cn=Manager,dc=domain,dc=org"}.
{ldap_password, "secret"}.
-</PRE><P>Note that current LDAP implementation does not support SASL authentication.</P><P> <A NAME="ldapauth"></A> </P><!--TOC subsubsection Authentication-->
-<H4 CLASS="subsubsection"><!--SEC ANCHOR --><A HREF="#ldapauth">Authentication</A></H4><!--SEC END --><P> <A NAME="ldapauth"></A> </P><P>You can authenticate users against an LDAP directory. Available options are:</P><DL CLASS="description"><DT CLASS="dt-description">
+</PRE><P> <A NAME="ldapauth"></A> </P><!--TOC subsubsection Authentication-->
+<H4 CLASS="subsubsection"><!--SEC ANCHOR --><A HREF="#ldapauth">Authentication</A></H4><!--SEC END --><P> <A NAME="ldapauth"></A> </P><P>You can authenticate users against an LDAP directory.
+Note that current LDAP implementation does not support SASL authentication.</P><P>Available options are:</P><DL CLASS="description"><DT CLASS="dt-description">
<B><TT>{ldap_base, Base}</TT></B></DT><DD CLASS="dd-description">LDAP base directory which stores
users accounts. This option is required.
</DD><DT CLASS="dt-description"><B><TT>{ldap_uids, [ {ldap_uidattr} | {ldap_uidattr, ldap_uidattr_format}, ...]}</TT></B></DT><DD CLASS="dd-description">
diff --git a/doc/guide.tex b/doc/guide.tex
index a21d39dc..3758fbe2 100644
--- a/doc/guide.tex
+++ b/doc/guide.tex
@@ -2208,6 +2208,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
@@ -2242,11 +2245,12 @@ Example:
{ldap_password, "secret"}.
\end{verbatim}
-Note that current LDAP implementation does not support SASL authentication.
-
\makesubsubsection{ldapauth}{Authentication}
-You can authenticate users against an LDAP directory. Available options are:
+You can authenticate users against an LDAP directory.
+Note that current LDAP implementation does not support SASL authentication.
+
+Available options are:
\begin{description}
\titem{\{ldap\_base, Base\}}\ind{options!ldap\_base}LDAP base directory which stores