Added LDAP_SERVER_CACERT to Update README.md

Added LDAP_SERVER_CACERT to Update README.md to update documentation (see #20)
This commit is contained in:
Wurzelmann 2024-07-12 06:43:46 +02:00 committed by GitHub
parent 91699a4e54
commit 04e8b9d52e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -97,6 +97,7 @@ Edit [docker-compose.treafik.yml](docker-compose.traefik.yml) or [docker-compose
``` ```
LDAP_SERVER: ldaps://LDAPSERVER:636 LDAP_SERVER: ldaps://LDAPSERVER:636
LDAP_BASE: dc=DOMAIN,dc=TLD 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 # 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 `%u` get replaced by the entered uid.
# All occurrences of `%m`get replaced by the entered mail. # All occurrences of `%m`get replaced by the entered mail.