diff options
author | Badlop <badlop@process-one.net> | 2009-11-04 20:12:54 +0000 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2009-11-04 20:12:54 +0000 |
commit | 24323e8b3b136608b21c277e681c3e5bb5b2c1ce (patch) | |
tree | b43503283b48d3e3aea0d7b47acf9a681f80f85f /doc/guide.html | |
parent | Fix disco on root node, add commands to disco (thanks to Brian Cully)(EJAB-1094) (diff) |
Extend explanation of ldap_encrypt tls (thanks to Konstantin Khomoutov)
SVN Revision: 2723
Diffstat (limited to 'doc/guide.html')
-rw-r--r-- | doc/guide.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/guide.html b/doc/guide.html index 08f8bb14a..9943f4264 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -1620,7 +1620,8 @@ create accounts, change password or edit vCard that is stored in LDAP.</P><P> <A LDAP servers. This option is required. </DD><DT CLASS="dt-description"><B><TT>{ldap_encrypt, none|tls}</TT></B></DT><DD CLASS="dd-description"> Type of connection encryption to the LDAP server. Allowed values are: <TT>none</TT>, <TT>tls</TT>. -Note that STARTTLS is not supported. +The value <TT>tls</TT> enables encryption by using LDAP over SSL. +Note that STARTTLS encryption is not supported. The default value is: <TT>none</TT>. </DD><DT CLASS="dt-description"><B><TT>{ldap_port, Number}</TT></B></DT><DD CLASS="dd-description"> Port to connect to your LDAP server. The default port is 389 if encryption is disabled; and 636 if encryption is enabled. |