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