Updated LDAP (markdown)

Marcussjogren 2025-08-23 00:01:43 +02:00
parent 150244c00e
commit a9ee1434bf

@ -79,7 +79,7 @@ This was tested against Cisco Duo Proxy LDAPS, but it's proxying towards Active
Last tips is that if you look at the Netbox LDAP Configuration, then try to find the value in netbox/config/ldap/ldap_config.py to understand how netbox-docker interprets it.
```
ENVIRNOMENT VARIABLES TO CONFIGURE:
#ENVIRNOMENT VARIABLES TO CONFIGURE:
BANNER_LOGIN="Please authenticate using Active Directory"
REMOTE_AUTH_ENABLED=True
@ -109,7 +109,7 @@ In order to make group to permission mapping, you must configure netbox/configur
This is an example of how to make all users with the AD-group "NetboxSuperUsers" superusers in Netbox automatically. Another example is already inside the extra.py file.
```
CONFIGURATION OF NETBOX/CONFIGURATION/LDAP/EXTRA.PY:
#CONFIGURATION OF NETBOX/CONFIGURATION/LDAP/EXTRA.PY:
from django_auth_ldap.config import LDAPGroupQuery