From 548f46cdac123e340cab71cb6353abe1111fc3d6 Mon Sep 17 00:00:00 2001 From: Tomasz Durda Date: Tue, 9 Jun 2020 00:23:35 +0200 Subject: [PATCH] Updated LDAP (markdown) --- LDAP.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/LDAP.md b/LDAP.md index 4616cc9..ea299c0 100644 --- a/LDAP.md +++ b/LDAP.md @@ -2,6 +2,8 @@ The images tagged with "-ldap" contain all the necessary dependencies to authent The default configuration `ldap_config.py` is prepared for use with an Active Directory server. Custom values can be injected using environment variables, similar to the main configuration mechanisms. +LDAP configuration is done by [django ldap module](https://django-auth-ldap.readthedocs.io/en/latest/install.html) + ## Override example Among others you can use *docker-compose.override.yml* to inject necessary variables. @@ -27,7 +29,7 @@ services: ### Example override file for OpenLDAP -**NOTE**: Currently, there are reported issues associated with OpenLDAP support +Remember to change `AUTH_LDAP_GROUP_TYPE` to proper value ```yml version: '3.4'