diff options
author | Badlop <badlop@process-one.net> | 2010-05-10 15:11:40 +0200 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2010-05-10 15:11:40 +0200 |
commit | 25e4038623ab6d1683ee2abc4c92e1d542f232fd (patch) | |
tree | 93934505ca564538f53b567d9ff1bdc605b7c3b6 /doc | |
parent | new option ldap_tls_verify is added (EJAB-1229) (diff) |
Recompile the guide
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guide.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/guide.html b/doc/guide.html index 95976f707..0c1973d70 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -1649,6 +1649,11 @@ Allowed values are: <TT>none</TT>, <TT>tls</TT>. 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_tls_verify, false|soft|hard}</TT></B></DT><DD CLASS="dd-description"> +This option specifies whether to verify LDAP server certificate or not when TLS is enabled. +When <TT>hard</TT> is enabled <TT>ejabberd</TT> doesn’t proceed if a certificate is invalid. +When <TT>soft</TT> is enabled <TT>ejabberd</TT> proceeds even if check fails. +The default is <TT>false</TT> which means no checks are performed. </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. If you configure a value, it is stored in <TT>ejabberd</TT>’s database. |