mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2026-02-05 05:24:05 +00:00
Updated LDAP (markdown)
parent
150244c00e
commit
a9ee1434bf
4
LDAP.md
4
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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user