Merge pull request #6027 from owncloud/fix-guest-config

add missing default config
This commit is contained in:
Martin
2023-04-06 14:22:25 +02:00
committed by GitHub
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
Bugfix: Fix user type config for user provider
We needed to provide a default value for the user type property in the user provider.
https://github.com/owncloud/ocis/pull/6027

View File

@@ -53,6 +53,7 @@ func DefaultConfig() *config.Config {
BindDN: "uid=reva,ou=sysusers,o=libregraph-idm",
DisableUserMechanism: "none",
LdapDisabledUsersGroupDN: "cn=DisabledUsersGroup,ou=groups,o=libregraph-idm",
UserTypeAttribute: "ownCloudUserType",
IDP: "https://localhost:9200",
UserSchema: config.LDAPUserSchema{
ID: "ownclouduuid",