feat: cross instance sharing

Signed-off-by: Julian Koberg <julian.koberg@kiteworks.com>
This commit is contained in:
Julian Koberg
2025-12-29 15:57:23 +01:00
parent fdc48653ca
commit ddc6cb0651
18 changed files with 1108 additions and 680 deletions

View File

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