-
Notifications
You must be signed in to change notification settings - Fork 196
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
graph: Add accountEnabled flag to ldap backend. #5588
graph: Add accountEnabled flag to ldap backend. #5588
Conversation
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
💥 Acceptance test wopiValidatorTests-ocis failed. Further test are cancelled... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems that the flag is not returned yet when listing users.
curl -k -u admin:admin 'https://localhost:9200/graph/v1.0/use/058bff95-6708-4fe5-91e4-9ea3d377588b`
works while
curl -k -u admin:admin 'https://localhost:9200/graph/v1.0/users'
doesn't
Added the missed flag to listing user. Note that it can still be nil, and therefore not returned as it will be skipped in the libregraph struct. |
Facepalm. "comment and close" closes the PR, not the comment thread. |
Kudos, SonarCloud Quality Gate passed! |
Author: Daniel Swärd <[email protected]> Date: Fri Feb 17 13:48:12 2023 +0100 graph: Add accountEnabled flag to ldap backend. (#5588) * graph: Add accountEnabled flag to ldap backend. * Add missing accountEnabled attribute to user listing.
Author: Daniel Swärd <[email protected]> Date: Fri Feb 17 13:48:12 2023 +0100 graph: Add accountEnabled flag to ldap backend. (#5588) * graph: Add accountEnabled flag to ldap backend. * Add missing accountEnabled attribute to user listing.
Description
Add boolean accountEnabled property to users in the ldap backend.
Related Issue
How Has This Been Tested?
Tested manually with curl and added unit tests.
Types of changes
Checklist: