Added an example of configuring Active Directory integration /Marcus Sjögren

Marcussjogren 2025-08-23 00:06:00 +02:00
parent 880678859b
commit fe1f712715

@ -69,7 +69,7 @@ AUTH_LDAP_GROUP_TYPE = GroupOfNamesType()
But in netbox-docker it should be:
```
AUTH_LDAP_GROUPTYPE = GroupOfNamesType
AUTH_LDAP_GROUP_TYPE = GroupOfNamesType
```
All config is handled / controlled in the file netbox/configuration/ldap/*.py.