Skip to content

Commit 7fa5b5b

Browse files
committed
#43 AUTH_LDAP_IS_ACTIVE_DNの追加.
1 parent 35a38ed commit 7fa5b5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsbd/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ def _import_ldap_group_type(group_type_name):
237237
)
238238
AUTH_LDAP_FIND_GROUP_PERMS = True
239239
AUTH_LDAP_USER_FLAGS_BY_GROUP = {
240-
"is_active": os.environ.get("AUTH_LDAP_REQUIRE_GROUP_DN", ""),
240+
"is_active": os.environ.get("AUTH_LDAP_IS_ACTIVE_DN", ""),
241241
"is_staff": os.environ.get("AUTH_LDAP_IS_ADMIN_DN", ""),
242242
}
243243

0 commit comments

Comments
 (0)