mirror of
https://git.unistra.fr/aius/root/ldap-overleaf-sl.git
synced 2025-05-04 19:55:26 +02:00
Update README.md
This commit is contained in:
parent
f6af3ef7a8
commit
f08ebc179f
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ Edit [docker-compose.yml](docker-compose.yml) to fit your local setup.
|
||||||
|
|
||||||
```
|
```
|
||||||
LDAP_SERVER: ldaps://LDAPSERVER:636
|
LDAP_SERVER: ldaps://LDAPSERVER:636
|
||||||
LDAP_BASE: ou=people,dc=DOMAIN,dc=TLD
|
LDAP_BASE: dc=DOMAIN,dc=TLD
|
||||||
LDAP_BINDDN: ou=someunit,ou=people,dc=DOMAIN,dc=TLS
|
LDAP_BINDDN: ou=someunit,ou=people,dc=DOMAIN,dc=TLS
|
||||||
# By default tries to bind directly with the ldap user - this user has to be in the LDAP GROUP
|
# By default tries to bind directly with the ldap user - this user has to be in the LDAP GROUP
|
||||||
# you have to set a group filter a minimal groupfilter would be: '(objectClass=person)'
|
# you have to set a group filter a minimal groupfilter would be: '(objectClass=person)'
|
||||||
|
|
Loading…
Add table
Reference in a new issue