From 341e47c2a478cbefe30342df9eb74882e62f8e19 Mon Sep 17 00:00:00 2001 From: Badlop Date: Mon, 21 Dec 2009 16:10:51 +0000 Subject: [PATCH] Remove the old note about LDAP lack of encryption. SVN Revision: 2817 --- doc/guide.html | 3 +-- doc/guide.tex | 3 +-- 2 files changed, 2 insertions(+), 4 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 "". {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}