mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Extend explanation of ldap_encrypt tls (thanks to Konstantin Khomoutov)
SVN Revision: 2727
This commit is contained in:
parent
ff338a0a62
commit
3ed3c94a15
@ -1610,7 +1610,8 @@ create accounts, change password or edit vCard that is stored in LDAP.</P><P> <A
|
|||||||
LDAP servers. This option is required.
|
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.
|
</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>.
|
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>.
|
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.
|
</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.
|
The default port is 389 if encryption is disabled; and 636 if encryption is enabled.
|
||||||
|
@ -2148,7 +2148,8 @@ Parameters:
|
|||||||
LDAP servers. This option is required.
|
LDAP servers. This option is required.
|
||||||
\titem{\{ldap\_encrypt, none|tls\}} \ind{options!ldap\_encrypt}Type of connection encryption to the LDAP server.
|
\titem{\{ldap\_encrypt, none|tls\}} \ind{options!ldap\_encrypt}Type of connection encryption to the LDAP server.
|
||||||
Allowed values are: \term{none}, \term{tls}.
|
Allowed values are: \term{none}, \term{tls}.
|
||||||
Note that STARTTLS is not supported.
|
The value \term{tls} enables encryption by using LDAP over SSL.
|
||||||
|
Note that STARTTLS encryption is not supported.
|
||||||
The default value is: \term{none}.
|
The default value is: \term{none}.
|
||||||
\titem{\{ldap\_port, Number\}} \ind{options!ldap\_port}Port to connect to your LDAP server.
|
\titem{\{ldap\_port, Number\}} \ind{options!ldap\_port}Port to connect to your LDAP server.
|
||||||
The default port is~389 if encryption is disabled; and 636 if encryption is enabled.
|
The default port is~389 if encryption is disabled; and 636 if encryption is enabled.
|
||||||
|
Loading…
Reference in New Issue
Block a user