From a9ee1434bf00b47fb9c4484b476d781b7bec32a2 Mon Sep 17 00:00:00 2001 From: Marcussjogren Date: Sat, 23 Aug 2025 00:01:43 +0200 Subject: [PATCH] Updated LDAP (markdown) --- LDAP.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LDAP.md b/LDAP.md index 1a51d96..1006aab 100644 --- a/LDAP.md +++ b/LDAP.md @@ -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