mirror of
https://git.unistra.fr/aius/root/ldap-overleaf-sl.git
synced 2025-05-04 11:45:26 +02:00
Merge pull request #54 from Wurzelmann/patch-1
Added LDAP_SERVER_CACERT to docker-compose.yml
This commit is contained in:
commit
e7e08626f2
4 changed files with 4 additions and 0 deletions
|
@ -97,6 +97,7 @@ Edit [docker-compose.traefik.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.
|
||||||
|
|
|
@ -56,6 +56,7 @@ services:
|
||||||
|
|
||||||
LDAP_SERVER: ldaps://LDAPSERVER:636
|
LDAP_SERVER: ldaps://LDAPSERVER:636
|
||||||
LDAP_BASE: ou=people,dc=DOMAIN,dc=TLD
|
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
|
### There are to ways get users from the ldap server
|
||||||
|
|
||||||
|
|
|
@ -137,6 +137,7 @@ services:
|
||||||
|
|
||||||
LDAP_SERVER: ldaps://LDAPSERVER:636
|
LDAP_SERVER: ldaps://LDAPSERVER:636
|
||||||
LDAP_BASE: ou=people,dc=DOMAIN,dc=TLD
|
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
|
### There are to ways get users from the ldap server
|
||||||
|
|
||||||
|
|
|
@ -54,6 +54,7 @@ services:
|
||||||
|
|
||||||
LDAP_SERVER: ldaps://LDAPSERVER:636
|
LDAP_SERVER: ldaps://LDAPSERVER:636
|
||||||
LDAP_BASE: ou=people,dc=DOMAIN,dc=TLD
|
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
|
### There are to ways get users from the ldap server
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue