mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-12-10 05:42:36 +00:00
Add extra.py example for ldap config
This commit is contained in:
parent
22186b267d
commit
0dec4d8df4
8
configuration/ldap/extra.py
Normal file
8
configuration/ldap/extra.py
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
####
|
||||
## This file contains extra configuration options that can't be configured
|
||||
## directly through environment variables.
|
||||
####
|
||||
|
||||
# import ldap
|
||||
|
||||
# AUTH_LDAP_MIRROR_GROUPS = ["netbox-group-1", "netbox-group-2"]
|
||||
Loading…
Reference in a new issue