Updated LDAP (markdown)

Tomasz Durda 2020-06-09 00:23:35 +02:00
parent be304fdbcd
commit 548f46cdac

@ -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. 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. 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 ## Override example
Among others you can use *docker-compose.override.yml* to inject necessary variables. Among others you can use *docker-compose.override.yml* to inject necessary variables.
@ -27,7 +29,7 @@ services:
### Example override file for OpenLDAP ### 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 ```yml
version: '3.4' version: '3.4'