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

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