Skip to content

Commit 474023b

Browse files
author
Juan Puerto
committed
fix: hot fix for ldap connection
1 parent 3934da7 commit 474023b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.8.0
1+
1.8.1

src/user_workspaces_server/controllers/userauthenticationmethods/psc_api_user_authentication.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def has_permission(self, internal_user):
6464
return (
6565
external_user_mapping
6666
# Look for user using LDAP rather than the API. Should be updated more quickly.
67-
if self.get_external_user_ldap({"external_user_id": external_user_mapping})
67+
if self.get_external_user_ldap(external_user_mapping)
6868
else False
6969
)
7070
else:

0 commit comments

Comments
 (0)