Skip to content
Snippets Groups Projects
Commit 7c8f3b35 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Warn folks that setting TLS option may break some applications.

URI should be used instead.
parent bf438cda
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ the port number the ldap server is listening on. A space separated
list of hosts may be provided.
.B HOST
is deprecated in favor of
.BR URI.
.BR URI .
.TP
.B PORT <port>
Specifies the default port used when connecting to LDAP servers(s).
......@@ -195,7 +195,14 @@ If OpenLDAP is built with Transport Layer Security support, there
are more options you can specify.
.TP
.B TLS <level>
Specifies whether client connections should use TLS by default. The
Specifies whether client connections should use ldaps:// by default.
This option is deprecated in favor of the
.B URI
option. Using the
.B TLS
option may break some applications.
.LP
The
.B <level>
can be specified as one of the following keywords:
.RS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment