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, 0 insertions, 10 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
deleted file mode 100644
index e8e731a..0000000
--- a/recipes-support/openldap/openldap-2.4.39/add-tlscacert-option-to-ldap-conf.patch
+++ /dev/null
@@ -1,10 +0,0 @@
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+