diff --git a/LDAP.md b/LDAP.md new file mode 100644 index 0000000..4637ac4 --- /dev/null +++ b/LDAP.md @@ -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)