From fe1f712715a3e0e9afcf813232f03f67e56e1189 Mon Sep 17 00:00:00 2001 From: Marcussjogren Date: Sat, 23 Aug 2025 00:06:00 +0200 Subject: [PATCH] =?UTF-8?q?Added=20an=20example=20of=20configuring=20Activ?= =?UTF-8?q?e=20Directory=20integration=20/Marcus=20Sj=C3=B6gren?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LDAP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LDAP.md b/LDAP.md index 220790c..06956b3 100644 --- a/LDAP.md +++ b/LDAP.md @@ -69,7 +69,7 @@ AUTH_LDAP_GROUP_TYPE = GroupOfNamesType() But in netbox-docker it should be: ``` -AUTH_LDAP_GROUPTYPE = GroupOfNamesType +AUTH_LDAP_GROUP_TYPE = GroupOfNamesType ``` All config is handled / controlled in the file netbox/configuration/ldap/*.py.