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