Created LDAP (markdown)

Lauri Ojansivu 2018-10-17 12:24:28 +03:00
parent 5f597779ad
commit 574cebbd01

14
LDAP.md Normal file

@ -0,0 +1,14 @@
LDAP login works now by using this docker-compose.yml file:
https://raw.githubusercontent.com/wekan/wekan/edge/docker-compose.yml
adding ROOT_URL, LDAP settings etc to that file.
Using this docker-compose:
https://docs.docker.com/compose/install/
With this command:
```
docker-compose up -d --no-build
```
[LDAP Bugs and Feature Requests](https://github.com/wekan/wekan-ldap/issues)