From: Debian OpenLDAP Maintainers Date: Sun, 14 Feb 2021 17:26:41 +0000 (+0000) Subject: add-tlscacert-option-to-ldap-conf X-Git-Tag: archive/raspbian/2.5.13+dfsg-3+rpi1~1^2^2^2^2^2^2^2~8 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6196c7529e5ff93e8f68bb13c96b7ecc0d9a74d6;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 +