Blame SOURCES/openldap-man-tls-reqcert.patch

93fdd1
From f7027b3118ea90d616d0ddeeb348f15ba91cd08b Mon Sep 17 00:00:00 2001
93fdd1
From: Jan Synacek <jsynacek@redhat.com>
93fdd1
Date: Wed, 13 Nov 2013 13:34:06 +0100
93fdd1
Subject: [PATCH] Fix client manpage
93fdd1
93fdd1
---
93fdd1
 doc/man/man5/ldap.conf.5 | 18 ++++++++----------
93fdd1
 1 file changed, 8 insertions(+), 10 deletions(-)
93fdd1
93fdd1
diff --git a/doc/man/man5/ldap.conf.5 b/doc/man/man5/ldap.conf.5
93fdd1
index 7f5bc64..bef0672 100644
93fdd1
--- a/doc/man/man5/ldap.conf.5
93fdd1
+++ b/doc/man/man5/ldap.conf.5
93fdd1
@@ -431,8 +431,8 @@ The environment variable RANDFILE can also be used to specify the filename.
93fdd1
 This parameter is ignored with GnuTLS and Mozilla NSS.
93fdd1
 .TP
93fdd1
 .B TLS_REQCERT <level>
93fdd1
-Specifies what checks to perform on server certificates in a TLS session,
93fdd1
-if any. The
93fdd1
+Specifies what checks to perform on server certificates in a TLS session.
93fdd1
+The
93fdd1
 .B <level>
93fdd1
 can be specified as one of the following keywords:
93fdd1
 .RS
93fdd1
@@ -441,19 +441,17 @@ can be specified as one of the following keywords:
93fdd1
 The client will not request or check any server certificate.
93fdd1
 .TP
93fdd1
 .B allow
93fdd1
-The server certificate is requested. If no certificate is provided,
93fdd1
-the session proceeds normally. If a bad certificate is provided, it will
93fdd1
+The server certificate is requested.  If a bad certificate is provided, it will
93fdd1
 be ignored and the session proceeds normally.
93fdd1
 .TP
93fdd1
 .B try
93fdd1
-The server certificate is requested. If no certificate is provided,
93fdd1
-the session proceeds normally. If a bad certificate is provided,
93fdd1
-the session is immediately terminated.
93fdd1
+The server certificate is requested. If a bad certificate is provided, the
93fdd1
+session is immediately terminated.
93fdd1
 .TP
93fdd1
 .B demand | hard
93fdd1
-These keywords are equivalent. The server certificate is requested. If no
93fdd1
-certificate is provided, or a bad certificate is provided, the session
93fdd1
-is immediately terminated. This is the default setting.
93fdd1
+These keywords are equivalent and semantically same as
93fdd1
+.BR try .
93fdd1
+This is the default setting.
93fdd1
 .RE
93fdd1
 .TP
93fdd1
 .B TLS_CRLCHECK <level>
93fdd1
-- 
93fdd1
1.8.3.1
93fdd1