From: Debian OpenLDAP Maintainers Date: Wed, 28 Oct 2020 04:07:29 +0000 (+0000) Subject: add-tlscacert-option-to-ldap-conf X-Git-Tag: archive/raspbian/2.4.55+dfsg-1+rpi1^2~7 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a9b6aeb7b9da9cca19a9e47aa1e5767f428ce7a1;p=openldap.git add-tlscacert-option-to-ldap-conf Gbp-Pq: Name add-tlscacert-option-to-ldap-conf --- diff --git a/libraries/libldap/ldap.conf b/libraries/libldap/ldap.conf index af738ad6..635114a6 100644 --- a/libraries/libldap/ldap.conf +++ b/libraries/libldap/ldap.conf @@ -11,3 +11,7 @@ #SIZELIMIT 12 #TIMELIMIT 15 #DEREF never + +# TLS certificates (needed for GnuTLS) +TLS_CACERT /etc/ssl/certs/ca-certificates.crt +