From 671f5e94111fc73954d8d8e5f8f0d3a07d16042b Mon Sep 17 00:00:00 2001 From: NeodymiumFerBore <32781483+NeodymiumFerBore@users.noreply.github.com> Date: Mon, 2 Sep 2024 17:29:17 +0000 Subject: [PATCH] Adapt ldap/extra: LDAPGroupQuery is now imported in ldap_config --- configuration/ldap/extra.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configuration/ldap/extra.py b/configuration/ldap/extra.py index 4505197..b76047a 100644 --- a/configuration/ldap/extra.py +++ b/configuration/ldap/extra.py @@ -1,11 +1,10 @@ #### ## This file contains extra configuration options that can't be configured ## directly through environment variables. -## All vairables set here overwrite any existing found in ldap_config.py +## All variables set here overwrite any existing found in ldap_config.py #### # # This Python script inherits all the imports from ldap_config.py -# from django_auth_ldap.config import LDAPGroupQuery # Imported since not in ldap_config.py # # Sets a base requirement of membetship to netbox-user-ro, netbox-user-rw, or netbox-user-admin. # AUTH_LDAP_REQUIRE_GROUP = (