We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35a38ed commit 7fa5b5bCopy full SHA for 7fa5b5b
dsbd/settings.py
@@ -237,7 +237,7 @@ def _import_ldap_group_type(group_type_name):
237
)
238
AUTH_LDAP_FIND_GROUP_PERMS = True
239
AUTH_LDAP_USER_FLAGS_BY_GROUP = {
240
- "is_active": os.environ.get("AUTH_LDAP_REQUIRE_GROUP_DN", ""),
+ "is_active": os.environ.get("AUTH_LDAP_IS_ACTIVE_DN", ""),
241
"is_staff": os.environ.get("AUTH_LDAP_IS_ADMIN_DN", ""),
242
}
243
0 commit comments