From cba73f3889ec12caa3992122ceff11a3b23d57e9 Mon Sep 17 00:00:00 2001 From: Wurzelmann Date: Thu, 11 Jul 2024 17:36:20 +0200 Subject: [PATCH 1/4] Added LDAP_SERVER_CACERT to docker-compose.yml Added LDAP_SERVER_CACERT to docker-compose.yaml (see #20 ) --- docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.yml b/docker-compose.yml index 123f84a..811dea9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -54,6 +54,7 @@ services: LDAP_SERVER: ldaps://LDAPSERVER:636 LDAP_BASE: ou=people,dc=DOMAIN,dc=TLD + LDAP_SERVER_CACERT: /etc/ssl/certs/LDAPCERT ### There are to ways get users from the ldap server From 1ff28635051d20ebca17a09dd92996998bcb9496 Mon Sep 17 00:00:00 2001 From: Wurzelmann Date: Fri, 12 Jul 2024 06:38:45 +0200 Subject: [PATCH 2/4] Added LDAP_SERVER_CACERT to docker-compose.certbot.yml Added LDAP_SERVER_CACERT to docker-compose.certbot.yml --- docker-compose.certbot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.certbot.yml b/docker-compose.certbot.yml index 4fc6365..69f5486 100644 --- a/docker-compose.certbot.yml +++ b/docker-compose.certbot.yml @@ -56,6 +56,7 @@ services: LDAP_SERVER: ldaps://LDAPSERVER:636 LDAP_BASE: ou=people,dc=DOMAIN,dc=TLD + LDAP_SERVER_CACERT: /etc/ssl/certs/LDAPCERT ### There are to ways get users from the ldap server From 91699a4e54e4a4d8be540d9aa0955671931092c2 Mon Sep 17 00:00:00 2001 From: Wurzelmann Date: Fri, 12 Jul 2024 06:40:35 +0200 Subject: [PATCH 3/4] Added LDAP_SERVER_CACERT to docker-compose.traefik.yml Added LDAP_SERVER_CACERT to docker-compose.traefik.yml, (see #20 ) --- docker-compose.traefik.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.traefik.yml b/docker-compose.traefik.yml index 7ec5fb6..69fd810 100644 --- a/docker-compose.traefik.yml +++ b/docker-compose.traefik.yml @@ -137,6 +137,7 @@ services: LDAP_SERVER: ldaps://LDAPSERVER:636 LDAP_BASE: ou=people,dc=DOMAIN,dc=TLD + LDAP_SERVER_CACERT: /etc/ssl/certs/LDAPCERT ### There are to ways get users from the ldap server From 04e8b9d52e30c9f72b67ed62660e2fd8844769ae Mon Sep 17 00:00:00 2001 From: Wurzelmann Date: Fri, 12 Jul 2024 06:43:46 +0200 Subject: [PATCH 4/4] Added LDAP_SERVER_CACERT to Update README.md Added LDAP_SERVER_CACERT to Update README.md to update documentation (see #20) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f6521c2..2bbf960 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,7 @@ Edit [docker-compose.treafik.yml](docker-compose.traefik.yml) or [docker-compose ``` LDAP_SERVER: ldaps://LDAPSERVER:636 LDAP_BASE: dc=DOMAIN,dc=TLD +LDAP_SERVER_CACERT: /etc/ssl/certs/LDAPCERT # If LDAP_BINDDN is set, the ldap bind happens directly by using the provided DN # All occurrences of `%u` get replaced by the entered uid. # All occurrences of `%m`get replaced by the entered mail.