aboutsummaryrefslogtreecommitdiff
path: root/doc/guide.html
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2009-12-21 16:10:51 +0000
committerBadlop <badlop@process-one.net>2009-12-21 16:10:51 +0000
commit341e47c2a478cbefe30342df9eb74882e62f8e19 (patch)
tree0e4bde6644a435c3de17f567a5c5e0e89a71fe11 /doc/guide.html
parentpep_mapping not working due to Node type mismatch (EJAB-1135) (diff)
Remove the old note about LDAP lack of encryption.
SVN Revision: 2817
Diffstat (limited to 'doc/guide.html')
-rw-r--r--doc/guide.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/guide.html b/doc/guide.html
index 9c3414957..1fbc9499f 100644
--- a/doc/guide.html
+++ b/doc/guide.html
@@ -1638,8 +1638,7 @@ 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 SSL secured communication
-and SASL authentication.</P><P> <A NAME="ldapauth"></A> </P><!--TOC subsubsection Authentication-->
+</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">
<B><TT>{ldap_base, Base}</TT></B></DT><DD CLASS="dd-description">LDAP base directory which stores
users accounts. This option is required.