From 7c8f3b351fb48d3e2421633203736acfacdec477 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Sat, 17 May 2003 01:08:09 +0000 Subject: [PATCH] Warn folks that setting TLS option may break some applications. URI should be used instead. --- doc/man/man5/ldap.conf.5 | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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 -- 2.39.5