mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-08-09 16:15:08 +02:00
Updated LDAP (markdown)
4
LDAP.md
4
LDAP.md
@ -4,9 +4,9 @@ Custom values can be injected using environment variables, similar to the main c
|
|||||||
|
|
||||||
LDAP configuration is done by [django ldap module](https://django-auth-ldap.readthedocs.io/en/latest/install.html)
|
LDAP configuration is done by [django ldap module](https://django-auth-ldap.readthedocs.io/en/latest/install.html)
|
||||||
|
|
||||||
Take a note that changing `configuration/ldap_config.py` is strongly discouraged. Netbox container reports barely any python errors.
|
Take a note that changing `configuration/ldap_config.py` is strongly discouraged. NetBox container reports barely any python errors.
|
||||||
|
|
||||||
### Netbox v2.9 and above
|
### NetBox v2.9 and above
|
||||||
Netbox 2.9 changes the behaviour for the remote authentication. For LDAP to work these settings are necessary in the `configuration.py` file:
|
Netbox 2.9 changes the behaviour for the remote authentication. For LDAP to work these settings are necessary in the `configuration.py` file:
|
||||||
```python
|
```python
|
||||||
REMOTE_AUTH_ENABLED = True
|
REMOTE_AUTH_ENABLED = True
|
||||||
|
Reference in New Issue
Block a user