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

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