Fix LDAP group mapping (scope correspondence in LDAP user/client module) #222
No reviewers
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
KittenSquad/glewlwyd!222
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix-ldap-group-mapping"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hello there,
Thank you for bringing up Glewlwyd! I recently came across Glewlwyd and decided to use it as an SSO server for self-hosting. However, I encountered an issue while using the LDAP user module. It seems that I couldn't bind LDAP's groups to Glewlwyd scopes, as mentioned in the documentation here: USER_LDAP.md.
Currently, the LDAP users' scopes only contain origin values in the scope property. To address this problem, I have created a Pull Request that proposes a solution. I have already tested this fix on my own setup.
Hello @Jadeiin ,
Thanks a lot for this, this feature was added in glewlwyd 1.x and transferred to the 2.x version, but I guess it wasn't correctly tested then...