blob: 7512dc162442747f885ab1ea5f383cac3d1bfb4d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
Index: openldap/libraries/libldap/ldap.conf
===================================================================
--- openldap.orig/libraries/libldap/ldap.conf 2022-05-20 17:36:15.013248293 -0400
+++ openldap/libraries/libldap/ldap.conf 2022-05-20 17:36:15.013248293 -0400
@@ -11,3 +11,7 @@
#SIZELIMIT 12
#TIMELIMIT 15
#DEREF never
+
+# TLS certificates (needed for GnuTLS)
+TLS_CACERT /etc/ssl/certs/ca-certificates.crt
+
|