diff --git a/README.md b/README.md index 62342af..d9dcec8 100644 --- a/README.md +++ b/README.md @@ -108,11 +108,12 @@ ADMIN_IS_SYSADMIN=false ### LDAP Configuration -Edit [docker-compose.treafik.yml](docker-compose.traefik.yml) or [docker-compose.certbot.yml](docker-compose.certbot.yml) to fit your local setup. +Edit [docker-compose.traefik.yml](docker-compose.traefik.yml) or [docker-compose.certbot.yml](docker-compose.certbot.yml) to fit your local setup. ``` 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. diff --git a/docker-compose.certbot.yml b/docker-compose.certbot.yml index e7c89c9..4dbabf0 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 diff --git a/docker-compose.traefik.yml b/docker-compose.traefik.yml index fd6c848..be25d34 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 diff --git a/docker-compose.yml b/docker-compose.yml index f1ac840..d2fda22 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