Skip to content

Commit ae5780a

Browse files
committed
sync with en part II
1 parent 757cbf5 commit ae5780a

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

reference/ldap/constants.xml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 639e2f2c5e2d1a61c87c6c781ef569309d8362bd Maintainer: takagi Status: working -->
3+
<!-- EN-Revision: 26c2246aacfdbf8a40cc2ceccc71c6d878571120 Maintainer: takagi Status: working -->
44
<!-- Credits: mumumu -->
55
<appendix xml:id="ldap.constants" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
66
&reftitle.constants;
@@ -1010,6 +1010,10 @@
10101010
</term>
10111011
<listitem>
10121012
<simpara>
1013+
The peer certificate is requested.
1014+
If no certificate is provided, the session proceeds normally.
1015+
If a bad certificate is provided,
1016+
it will be ignored and the session proceeds normally.
10131017
</simpara>
10141018
</listitem>
10151019
</varlistentry>
@@ -1020,6 +1024,9 @@
10201024
</term>
10211025
<listitem>
10221026
<simpara>
1027+
The peer certificate is requested.
1028+
If no certificate is provided, or a bad certificate is provided,
1029+
the session is immediately terminated.
10231030
</simpara>
10241031
</listitem>
10251032
</varlistentry>
@@ -1030,6 +1037,7 @@
10301037
</term>
10311038
<listitem>
10321039
<simpara>
1040+
&Alias; <constant>LDAP_OPT_X_TLS_DEMAND</constant>.
10331041
</simpara>
10341042
</listitem>
10351043
</varlistentry>
@@ -1040,6 +1048,7 @@
10401048
</term>
10411049
<listitem>
10421050
<simpara>
1051+
The peer certificate is not requested or checked.
10431052
</simpara>
10441053
</listitem>
10451054
</varlistentry>
@@ -1050,6 +1059,9 @@
10501059
</term>
10511060
<listitem>
10521061
<simpara>
1062+
The peer certificate is requested.
1063+
If no certificate is provided, the session proceeds normally.
1064+
If a bad certificate is provided, the session is immediately terminated.
10531065
</simpara>
10541066
</listitem>
10551067
</varlistentry>
@@ -1061,6 +1073,7 @@
10611073
</term>
10621074
<listitem>
10631075
<simpara>
1076+
Check the CRL for a whole certificate chain.
10641077
</simpara>
10651078
</listitem>
10661079
</varlistentry>
@@ -1071,6 +1084,7 @@
10711084
</term>
10721085
<listitem>
10731086
<simpara>
1087+
No CRL checks are performed.
10741088
</simpara>
10751089
</listitem>
10761090
</varlistentry>
@@ -1081,6 +1095,7 @@
10811095
</term>
10821096
<listitem>
10831097
<simpara>
1098+
Check the CRL of the peer certificate.
10841099
</simpara>
10851100
</listitem>
10861101
</varlistentry>

0 commit comments

Comments
 (0)