From: Badlop Date: Mon, 21 Dec 2009 16:10:51 +0000 (+0000) Subject: Remove the old note about LDAP lack of encryption. X-Git-Tag: v2.1.2~52 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=341e47c2a478cbefe30342df9eb74882e62f8e19;p=ejabberd Remove the old note about LDAP lack of encryption. SVN Revision: 2817 --- 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 "". {ldap_port, 389}. {ldap_rootdn, "cn=Manager,dc=domain,dc=org"}. {ldap_password, "secret"}. -

Note that current LDAP implementation does not support SSL secured communication -and SASL authentication.

+

Note that current LDAP implementation does not support SASL authentication.

Authentication

You can authenticate users against an LDAP directory. Available options are:

{ldap_base, Base}
LDAP base directory which stores users accounts. This option is required. diff --git a/doc/guide.tex b/doc/guide.tex index ebf8c9e54..47e87daaf 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -2186,8 +2186,7 @@ Example: {ldap_password, "secret"}. \end{verbatim} -Note that current LDAP implementation does not support SSL secured communication -and SASL authentication. +Note that current LDAP implementation does not support SASL authentication. \makesubsubsection{ldapauth}{Authentication}