mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-26 06:50:36 -05:00
Merge pull request #6027 from owncloud/fix-guest-config
add missing default config
This commit is contained in:
5
changelog/unreleased/fix-user-type-config.md
Normal file
5
changelog/unreleased/fix-user-type-config.md
Normal 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
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user