From 574cebbd01e65478947f201f25487dfaa06cac69 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Wed, 17 Oct 2018 12:24:28 +0300 Subject: [PATCH] Created LDAP (markdown) --- LDAP.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 LDAP.md 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)