From: Kurt Zeilenga Date: Sat, 17 May 2003 01:08:09 +0000 (+0000) Subject: Warn folks that setting TLS option may break some applications. X-Git-Tag: OPENLDAP_REL_ENG_2_2_0ALPHA~118 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7c8f3b351fb48d3e2421633203736acfacdec477;p=openldap Warn folks that setting TLS option may break some applications. URI should be used instead. --- diff --git a/doc/man/man5/ldap.conf.5 b/doc/man/man5/ldap.conf.5 index af9d01923c..5067cb193e 100644 --- a/doc/man/man5/ldap.conf.5 +++ b/doc/man/man5/ldap.conf.5 @@ -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 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 -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 can be specified as one of the following keywords: .RS