mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-07 21:00:30 -06:00
Merge pull request #6362 from kobergj/DefaultLDAPWriteEnabledToTrue
Default `LDAP_WRITE_ENABLED` to true
This commit is contained in:
5
changelog/unreleased/default-ldap-write-enabled.md
Normal file
5
changelog/unreleased/default-ldap-write-enabled.md
Normal file
@@ -0,0 +1,5 @@
|
||||
Enhancement: Default LDAP write to true
|
||||
|
||||
Default `OCIS_LDAP_SERVER_WRITE_ENABLED` to true
|
||||
|
||||
https://github.com/owncloud/ocis/pull/6362
|
||||
@@ -118,6 +118,7 @@ func DefaultConfig() *config.Config {
|
||||
CredentialsByUserAgent: map[string]string{},
|
||||
},
|
||||
},
|
||||
LDAPServerWriteEnabled: true,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user