mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-03-14 21:33:34 -04:00
To make the `CreateUser` flow easier to test, the attributes of the LDAP add request need to be added consistently. This way we can expect that argument with the mock. This PR does the following: * Add a method `getUserAttrTypes` that returns a static list of attr names. * Alter `userToAddRequest` to iterate over the static list, and add the attr if it exists in the `attrMap`. Closes #5390
Graph service
The graph service provides the Graph API which is a RESTful web API used to access Infinite Scale resources. It is inspired by the Microsoft Graph API and can be used by clients or other services or extensions.