mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-06-10 03:56:38 +02:00
Updated LDAP (markdown)
parent
be304fdbcd
commit
548f46cdac
4
LDAP.md
4
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.
|
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'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user