[wgo-web] Required for LDAP auth to work as expected



commit 9e864fdb857049c2668c89cc38e19d0b4f311186
Author: Andrea Veri <averi redhat com>
Date:   Tue Nov 17 18:06:15 2020 +0100

    Required for LDAP auth to work as expected

 Dockerfile | 1 +
 ldap.conf  | 1 +
 2 files changed, 2 insertions(+)
---
diff --git a/Dockerfile b/Dockerfile
index 13d0ee5..ce33adc 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -10,6 +10,7 @@ RUN rpm -Uvh --nodeps $(repoquery --location mod_geoip) && \
 COPY git-pull.sh /usr/local/bin/git-pull.sh
 COPY civicrm-cron.sh /usr/local/bin/civicrm-cron.sh 
 COPY ipa-ca.crt /etc/ipa/ca.crt
+COPY ldap.conf /etc/openldap/ldap.conf
 
 RUN mkdir -p /srv/http/www.gnome.org; \
     mkdir /etc/ipa; \
diff --git a/ldap.conf b/ldap.conf
new file mode 100644
index 0000000..e91056d
--- /dev/null
+++ b/ldap.conf
@@ -0,0 +1 @@
+TLS_CACERT /etc/ipa/ca.crt


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]