Blame SOURCES/openldap-openssl-manpage-defaultCA.patch

57672d
Reference default system-wide CA certificates in manpages
57672d
57672d
OpenSSL, unless explicitly configured, uses system-wide default set of CA
57672d
certificates.
57672d
57672d
Author: Matus Honek <mhonek@redhat.com>
57672d
57672d
diff --git a/doc/man/man5/ldap.conf.5 b/doc/man/man5/ldap.conf.5
57672d
--- a/doc/man/man5/ldap.conf.5
57672d
+++ b/doc/man/man5/ldap.conf.5
57672d
@@ -307,6 +307,9 @@ are more options you can specify.  These options are used when an
57672d
 .B ldaps:// URI
57672d
 is selected (by default or otherwise) or when the application
57672d
 negotiates TLS by issuing the LDAP StartTLS operation.
57672d
+.LP
57672d
+When using OpenSSL, if neither  \fBTLS_CACERT\fP nor \fBTLS_CACERTDIR\fP
57672d
+is set, the system-wide default set of CA certificates is used.
57672d
 .TP
57672d
 .B TLS_CACERT <filename>
57672d
 Specifies the file that contains certificates for all of the Certificate
57672d
diff --git a/doc/man/man5/slapd-config.5 b/doc/man/man5/slapd-config.5
57672d
--- a/doc/man/man5/slapd-config.5
57672d
+++ b/doc/man/man5/slapd-config.5
57672d
@@ -801,6 +801,10 @@ If
57672d
 .B slapd
57672d
 is built with support for Transport Layer Security, there are more options
57672d
 you can specify.
57672d
+.LP
57672d
+When using OpenSSL, if neither  \fBolcTLSCACertificateFile\fP nor
57672d
+\fBolcTLSCACertificatePath\fP is set, the system-wide default set of CA
57672d
+certificates is used.
57672d
 .TP
57672d
 .B olcTLSCipherSuite: <cipher-suite-spec>
57672d
 Permits configuring what ciphers will be accepted and the preference order.
57672d
diff --git a/doc/man/man5/slapd.conf.5 b/doc/man/man5/slapd.conf.5
57672d
--- a/doc/man/man5/slapd.conf.5
57672d
+++ b/doc/man/man5/slapd.conf.5
57672d
@@ -1032,6 +1032,10 @@ If
57672d
 .B slapd
57672d
 is built with support for Transport Layer Security, there are more options
57672d
 you can specify.
57672d
+.LP
57672d
+When using OpenSSL, if neither  \fBTLSCACertificateFile\fP nor
57672d
+\fBTLSCACertificatePath\fP is set, the system-wide default set of CA
57672d
+certificates is used.
57672d
 .TP
57672d
 .B TLSCipherSuite <cipher-suite-spec>
57672d
 Permits configuring what ciphers will be accepted and the preference order.