summaryrefslogtreecommitdiffstats
path: root/recipes-support/openldap/openldap-2.4.39/add-tlscacert-option-to-ldap-conf.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-support/openldap/openldap-2.4.39/add-tlscacert-option-to-ldap-conf.patch')
-rw-r--r--recipes-support/openldap/openldap-2.4.39/add-tlscacert-option-to-ldap-conf.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes-support/openldap/openldap-2.4.39/add-tlscacert-option-to-ldap-conf.patch b/recipes-support/openldap/openldap-2.4.39/add-tlscacert-option-to-ldap-conf.patch
new file mode 100644
index 0000000..e8e731a
--- /dev/null
+++ b/recipes-support/openldap/openldap-2.4.39/add-tlscacert-option-to-ldap-conf.patch
@@ -0,0 +1,10 @@
1--- a/libraries/libldap/ldap.conf
2+++ b/libraries/libldap/ldap.conf
3@@ -11,3 +11,7 @@
4 #SIZELIMIT 12
5 #TIMELIMIT 15
6 #DEREF never
7+
8+# TLS certificates (needed for GnuTLS)
9+TLS_CACERT /etc/ssl/certs/ca-certificates.crt
10+