mirror of
https://git.unistra.fr/aius/root/ldap-overleaf-sl.git
synced 2025-05-04 19:55:26 +02:00
Update docker-compose.yml
This commit is contained in:
parent
0f15054859
commit
c390386a88
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ services:
|
|||
LDAP_SERVER: ldaps://LDAPSERVER:636
|
||||
LDAP_BIND_BASE: ou=people,dc=DOMAIN,dc=TLD
|
||||
# By default tries to bind directly with the ldap user - this user has to be in the LDAP GROUP
|
||||
LDAP_GROUP_FILTER: '(memberof=GROUPNAME,ou=groups,dc=DOMAIN,dc=TLD)'
|
||||
LDAP_GROUP_FILTER: '(memberof=cn=GROUPNAME,ou=groups,dc=DOMAIN,dc=TLD)'
|
||||
# if user is in ADMIN_GROUP on user creation (first login) isAdmin is set to true.
|
||||
LDAP_ADMIN_GROUP_FILTER: '(memberof=cn=ADMINGROUPNAME,ou=groups,dc=DOMAIN,dc=TLD)'
|
||||
LDAP_CONTACTS: 'true'
|
||||
|
|
Loading…
Add table
Reference in a new issue