blob: e8e731aa747593db9b31614e33f0ba52136c6a03 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- 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
+
|