1 |
vip-ire |
1.1 |
RHBZ: #1027796 |
2 |
|
|
Upstream ITS: 7744 |
3 |
|
|
|
4 |
|
|
From f7027b3118ea90d616d0ddeeb348f15ba91cd08b Mon Sep 17 00:00:00 2001 |
5 |
|
|
From: Jan Synacek <jsynacek@redhat.com> |
6 |
|
|
Date: Wed, 13 Nov 2013 13:34:06 +0100 |
7 |
|
|
Subject: [PATCH] Fix client manpage |
8 |
|
|
|
9 |
|
|
--- |
10 |
|
|
doc/man/man5/ldap.conf.5 | 18 ++++++++---------- |
11 |
|
|
1 file changed, 8 insertions(+), 10 deletions(-) |
12 |
|
|
|
13 |
|
|
diff --git a/doc/man/man5/ldap.conf.5 b/doc/man/man5/ldap.conf.5 |
14 |
|
|
index 7f5bc64..bef0672 100644 |
15 |
|
|
--- a/doc/man/man5/ldap.conf.5 |
16 |
|
|
+++ b/doc/man/man5/ldap.conf.5 |
17 |
|
|
@@ -431,8 +431,8 @@ The environment variable RANDFILE can also be used to specify the filename. |
18 |
|
|
This parameter is ignored with GnuTLS and Mozilla NSS. |
19 |
|
|
.TP |
20 |
|
|
.B TLS_REQCERT <level> |
21 |
|
|
-Specifies what checks to perform on server certificates in a TLS session, |
22 |
|
|
-if any. The |
23 |
|
|
+Specifies what checks to perform on server certificates in a TLS session. |
24 |
|
|
+The |
25 |
|
|
.B <level> |
26 |
|
|
can be specified as one of the following keywords: |
27 |
|
|
.RS |
28 |
|
|
@@ -441,19 +441,17 @@ can be specified as one of the following keywords: |
29 |
|
|
The client will not request or check any server certificate. |
30 |
|
|
.TP |
31 |
|
|
.B allow |
32 |
|
|
-The server certificate is requested. If no certificate is provided, |
33 |
|
|
-the session proceeds normally. If a bad certificate is provided, it will |
34 |
|
|
+The server certificate is requested. If a bad certificate is provided, it will |
35 |
|
|
be ignored and the session proceeds normally. |
36 |
|
|
.TP |
37 |
|
|
.B try |
38 |
|
|
-The server certificate is requested. If no certificate is provided, |
39 |
|
|
-the session proceeds normally. If a bad certificate is provided, |
40 |
|
|
-the session is immediately terminated. |
41 |
|
|
+The server certificate is requested. If a bad certificate is provided, the |
42 |
|
|
+session is immediately terminated. |
43 |
|
|
.TP |
44 |
|
|
.B demand | hard |
45 |
|
|
-These keywords are equivalent. The server certificate is requested. If no |
46 |
|
|
-certificate is provided, or a bad certificate is provided, the session |
47 |
|
|
-is immediately terminated. This is the default setting. |
48 |
|
|
+These keywords are equivalent and semantically same as |
49 |
|
|
+.BR try . |
50 |
|
|
+This is the default setting. |
51 |
|
|
.RE |
52 |
|
|
.TP |
53 |
|
|
.B TLS_CRLCHECK <level> |
54 |
|
|
-- |
55 |
|
|
1.8.3.1 |
56 |
|
|
|