Skip to content

Commit

Permalink
Added LDAP_SERVER_CACERT to docker-compose.yml
Browse files Browse the repository at this point in the history
Added LDAP_SERVER_CACERT to docker-compose.yaml (see #20 )
  • Loading branch information
Wurzelmann authored Jul 11, 2024
1 parent 09a38af commit cba73f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit cba73f3

Please sign in to comment.