mirror of
https://github.com/dignajar/another-ldap.git
synced 2026-04-26 05:45:47 +03:00
[GH-ISSUE #15] Fail to get group membership #4
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/another-ldap#4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Originally created by @virdb on GitHub (Nov 13, 2023).
Original GitHub issue: https://github.com/dignajar/another-ldap/issues/15
Deployed using the following config-map to match my infra:
Then applied the following ingress to my service:
Logs during the authentication of a valid user (marco) member of "storage-admin" (cn=storge-admin,ou=groups,dc=mydomain,dc=local) group:
What am I doing wrong? Seems the authentication part works fine (I see the "Welcome" screen), but the groups membership check fails.