Updated LDAP (markdown)
+2
-2
@@ -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.
|
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"
|
BANNER_LOGIN="Please authenticate using Active Directory"
|
||||||
REMOTE_AUTH_ENABLED=True
|
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.
|
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
|
from django_auth_ldap.config import LDAPGroupQuery
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user