mirror of
https://git.unistra.fr/aius/root/ldap-overleaf-sl.git
synced 2025-05-04 19:55:26 +02:00
Merge branch 'master' of https://github.com/smhaller/ldap-overleaf-sl
This commit is contained in:
commit
a27db1cc49
1 changed files with 2 additions and 3 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)'
|
||||||
|
@ -86,8 +86,7 @@ LDAP_CONTACTS: 'true'
|
||||||
|
|
||||||
### Sharelatex Configuration
|
### Sharelatex Configuration
|
||||||
|
|
||||||
EditSHARELATEX_ environment in [docker-compose.yml](docker-compose.yml) to fit your local setup.
|
Edit SHARELATEX_ environment variables in [docker-compose.yml](docker-compose.yml) to fit your local setup (e.g. proper SMTP server, Header, Footer, App Name,...). See https://github.com/overleaf/overleaf/wiki/Quick-Start-Guide for more details.
|
||||||
See https://github.com/overleaf/overleaf/wiki/Quick-Start-Guide for more details.
|
|
||||||
|
|
||||||
## Installation, Usage and Inital startup
|
## Installation, Usage and Inital startup
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue