Skip to content

Commit 671f5e9

Browse files
Adapt ldap/extra: LDAPGroupQuery is now imported in ldap_config
1 parent d9ff19f commit 671f5e9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

configuration/ldap/extra.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
####
22
## This file contains extra configuration options that can't be configured
33
## directly through environment variables.
4-
## All vairables set here overwrite any existing found in ldap_config.py
4+
## All variables set here overwrite any existing found in ldap_config.py
55
####
66

77
# # This Python script inherits all the imports from ldap_config.py
8-
# from django_auth_ldap.config import LDAPGroupQuery # Imported since not in ldap_config.py
98

109
# # Sets a base requirement of membetship to netbox-user-ro, netbox-user-rw, or netbox-user-admin.
1110
# AUTH_LDAP_REQUIRE_GROUP = (

0 commit comments

Comments
 (0)