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

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