diff options
Diffstat (limited to 'recipes-support/openldap/openldap-2.4.39/ldap-conf-tls-cacertdir.patch')
| -rw-r--r-- | recipes-support/openldap/openldap-2.4.39/ldap-conf-tls-cacertdir.patch | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/recipes-support/openldap/openldap-2.4.39/ldap-conf-tls-cacertdir.patch b/recipes-support/openldap/openldap-2.4.39/ldap-conf-tls-cacertdir.patch new file mode 100644 index 0000000..e8aab91 --- /dev/null +++ b/recipes-support/openldap/openldap-2.4.39/ldap-conf-tls-cacertdir.patch | |||
| @@ -0,0 +1,29 @@ | |||
| 1 | --- a/doc/man/man5/ldap.conf.5 | ||
| 2 | +++ b/doc/man/man5/ldap.conf.5 | ||
| 3 | @@ -317,7 +317,7 @@ certificates in separate individual file | ||
| 4 | .B TLS_CACERT | ||
| 5 | is always used before | ||
| 6 | .B TLS_CACERTDIR. | ||
| 7 | -This parameter is ignored with GnuTLS. | ||
| 8 | +This parameter is ignored with GnuTLS. On Debian openldap is linked against GnuTLS. | ||
| 9 | |||
| 10 | When using Mozilla NSS, <path> may contain a Mozilla NSS cert/key | ||
| 11 | database. If <path> contains a Mozilla NSS cert/key database and | ||
| 12 | @@ -428,7 +428,7 @@ This parameter is ignored with GnuTLS. | ||
| 13 | Specifies the file to obtain random bits from when /dev/[u]random is | ||
| 14 | not available. Generally set to the name of the EGD/PRNGD socket. | ||
| 15 | The environment variable RANDFILE can also be used to specify the filename. | ||
| 16 | -This parameter is ignored with GnuTLS and Mozilla NSS. | ||
| 17 | +This parameter is ignored with GnuTLS and Mozilla NSS. On Debian openldap is linked against GnuTLS. | ||
| 18 | .TP | ||
| 19 | .B TLS_REQCERT <level> | ||
| 20 | Specifies what checks to perform on server certificates in a TLS session, | ||
| 21 | @@ -461,7 +461,7 @@ Specifies if the Certificate Revocation | ||
| 22 | used to verify if the server certificates have not been revoked. This | ||
| 23 | requires | ||
| 24 | .B TLS_CACERTDIR | ||
| 25 | -parameter to be set. This parameter is ignored with GnuTLS and Mozilla NSS. | ||
| 26 | +parameter to be set. This parameter is ignored with GnuTLS and Mozilla NSS. On Debian openldap is linked against GnuTLS. | ||
| 27 | .B <level> | ||
| 28 | can be specified as one of the following keywords: | ||
| 29 | .RS | ||
