We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
solution as stated by [~jfd]:
konnectd uses an entryid, which is the fetched user dn, as the base dn
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.
base
=> 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.
The text was updated successfully, but these errors were encountered:
Remote key is https://jira.owncloud.com/browse/OCIS-459
Sorry, something went wrong.
Benedikt Kulmann commented: PR is here: owncloud/ocis-glauth#32
No branches or pull requests
solution as stated by [~jfd]:
konnectd uses an entryid, which is the fetched user dn, as the base dn
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.
The text was updated successfully, but these errors were encountered: