The security type to use for communications with the LDAP server. Use one of the following options:
ClearText
. Use plain text communications.
SSL
. Use Secure Socket Layer (SSL) communications.
TLS
. Use TLS for communications.
Note: To use SSL communications, you must install the SSL certificate of the LDAP server for the user that runs IDOL Community Component. You must also turn off client verification on the LDAP server, or create a client certificate for IDOL Community Component (signed by a Certification Authority (CA) that the LDAP server trusts).
The LDAPServer configuration parameter must contain the full name of the LDAP server, as it appears on the server SSL certificate. You might also need to change the LDAPPort parameter to 636
for SSL communications.
Type: | String |
Default: | ClearText
|
Required: | No |
Configuration Section: | MySecurityRepository
|
Example: | LDAPSecurityType=SSL
|
See Also: |
|