feat: use externalID for provisioning api

Signed-off-by: Julian Koberg <julian.koberg@kiteworks.com>
This commit is contained in:
Julian Koberg
2025-11-06 15:47:44 +01:00
parent 4d940649de
commit 2fcfa325cd
11 changed files with 113 additions and 14 deletions

View File

@@ -101,6 +101,7 @@ func DefaultConfig() *config.Config {
UserIDAttribute: "owncloudUUID",
UserTypeAttribute: "ownCloudUserType",
UserEnabledAttribute: "ownCloudUserEnabled",
ExternalIDAttribute: "owncloudExternalID",
DisableUserMechanism: "attribute",
LdapDisabledUsersGroupDN: "cn=DisabledUsersGroup,ou=groups,o=libregraph-idm",
GroupBaseDN: "ou=groups,o=libregraph-idm",