From ff0bc9757a9f7bfc5d3b34700801ebef8f287f81 Mon Sep 17 00:00:00 2001 From: ryanmerolle Date: Sat, 24 Apr 2021 10:57:15 -0400 Subject: [PATCH] correct ldap example var name case --- configuration/ldap/extra.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/ldap/extra.py b/configuration/ldap/extra.py index 60a80eb..4505197 100644 --- a/configuration/ldap/extra.py +++ b/configuration/ldap/extra.py @@ -25,4 +25,4 @@ # } # # Sets LDAP Mirror groups variables with example groups -# AUTH_LDAP_MIRROR_groups = ["netbox-user-ro", "netbox-user-rw", "netbox-user-admin"] +# AUTH_LDAP_MIRROR_GROUPS = ["netbox-user-ro", "netbox-user-rw", "netbox-user-admin"]