Skip to content

Commit

Permalink
sync with en part II
Browse files Browse the repository at this point in the history
  • Loading branch information
mumumu committed Aug 24, 2024
1 parent 757cbf5 commit ae5780a
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion reference/ldap/constants.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 639e2f2c5e2d1a61c87c6c781ef569309d8362bd Maintainer: takagi Status: working -->
<!-- EN-Revision: 26c2246aacfdbf8a40cc2ceccc71c6d878571120 Maintainer: takagi Status: working -->
<!-- Credits: mumumu -->
<appendix xml:id="ldap.constants" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.constants;
Expand Down Expand Up @@ -1010,6 +1010,10 @@
</term>
<listitem>
<simpara>
The peer certificate is requested.
If no certificate is provided, the session proceeds normally.
If a bad certificate is provided,
it will be ignored and the session proceeds normally.
</simpara>
</listitem>
</varlistentry>
Expand All @@ -1020,6 +1024,9 @@
</term>
<listitem>
<simpara>
The peer certificate is requested.
If no certificate is provided, or a bad certificate is provided,
the session is immediately terminated.
</simpara>
</listitem>
</varlistentry>
Expand All @@ -1030,6 +1037,7 @@
</term>
<listitem>
<simpara>
&Alias; <constant>LDAP_OPT_X_TLS_DEMAND</constant>.
</simpara>
</listitem>
</varlistentry>
Expand All @@ -1040,6 +1048,7 @@
</term>
<listitem>
<simpara>
The peer certificate is not requested or checked.
</simpara>
</listitem>
</varlistentry>
Expand All @@ -1050,6 +1059,9 @@
</term>
<listitem>
<simpara>
The peer certificate is requested.
If no certificate is provided, the session proceeds normally.
If a bad certificate is provided, the session is immediately terminated.
</simpara>
</listitem>
</varlistentry>
Expand All @@ -1061,6 +1073,7 @@
</term>
<listitem>
<simpara>
Check the CRL for a whole certificate chain.
</simpara>
</listitem>
</varlistentry>
Expand All @@ -1071,6 +1084,7 @@
</term>
<listitem>
<simpara>
No CRL checks are performed.
</simpara>
</listitem>
</varlistentry>
Expand All @@ -1081,6 +1095,7 @@
</term>
<listitem>
<simpara>
Check the CRL of the peer certificate.
</simpara>
</listitem>
</varlistentry>
Expand Down

0 comments on commit ae5780a

Please sign in to comment.