Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ocis-glauth fetches all users #214

Closed
exalate-issue-sync bot opened this issue Sep 8, 2020 · 2 comments
Closed

ocis-glauth fetches all users #214

exalate-issue-sync bot opened this issue Sep 8, 2020 · 2 comments
Labels
bug Something isn't working p3-medium Type:Bug

Comments

@exalate-issue-sync
Copy link

solution as stated by [~jfd]:

  1. konnectd uses an entryid, which is the fetched user dn, as the base dn

  2. after checking that the search basedn, in this case the user dn, is in scope of the configured basedn glauth drops the search base dn and uses the configured one. the scope is base so the request should actually only fetch the single entry.

=> ocis-glauth needs to parse the search basedn and extract the userid so it can create the correct filter and only retrieve the requested account.

@exalate-issue-sync exalate-issue-sync bot added bug Something isn't working Exalated This issue is under sync p3-medium labels Sep 8, 2020
@exalate-issue-sync
Copy link
Author

Remote key is https://jira.owncloud.com/browse/OCIS-459

@exalate-issue-sync exalate-issue-sync bot removed the Exalated This issue is under sync label Sep 9, 2020
@exalate-issue-sync
Copy link
Author

Benedikt Kulmann commented: PR is here: owncloud/ocis-glauth#32

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working p3-medium Type:Bug
Projects
None yet
Development

No branches or pull requests

1 participant