diff --git a/doc/guide.html b/doc/guide.html index 8053277a5..1faccce94 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -1620,8 +1620,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 bd980f191..630c61e72 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -2162,8 +2162,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}