Warn folks that setting TLS option may break some applications.

URI should be used instead.
This commit is contained in:
Kurt Zeilenga 2003-05-17 01:08:09 +00:00
parent bf438cda3e
commit 7c8f3b351f

View File

@ -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