mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2026-02-05 05:24:05 +00:00
Added an example of configuring Active Directory integration /Marcus Sjögren
parent
a9ee1434bf
commit
bc48f16228
9
LDAP.md
9
LDAP.md
@ -62,6 +62,15 @@ services:
|
|||||||
### Example override file for Active Directory.
|
### Example override file for Active Directory.
|
||||||
|
|
||||||
It is important to understand that the LDAP configuration in netbox-docker does not work in the same way as it does in normal installation of Netbox.
|
It is important to understand that the LDAP configuration in netbox-docker does not work in the same way as it does in normal installation of Netbox.
|
||||||
|
For example, when configuring LDAP Group Types, the normal Netbox installation says that the environment variable should be:
|
||||||
|
'''
|
||||||
|
AUTH_LDAP_GROUP_TYPE = GroupOfNamesType()
|
||||||
|
'''
|
||||||
|
|
||||||
|
But in netbox-docker it should be:
|
||||||
|
'''
|
||||||
|
AUTH_LDAP_GROUPTYPE = GroupOfNamesType
|
||||||
|
'''
|
||||||
|
|
||||||
All config is handled / controlled in the file netbox/configuration/ldap/*.py.
|
All config is handled / controlled in the file netbox/configuration/ldap/*.py.
|
||||||
The file ldap_config.py does 99% and extra.py includes group handling functions.
|
The file ldap_config.py does 99% and extra.py includes group handling functions.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user