mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-02-26 07:28:46 -06:00
Merge pull request #6362 from kobergj/DefaultLDAPWriteEnabledToTrue
Default `LDAP_WRITE_ENABLED` to true
This commit is contained in:
@@ -118,6 +118,7 @@ func DefaultConfig() *config.Config {
|
||||
CredentialsByUserAgent: map[string]string{},
|
||||
},
|
||||
},
|
||||
LDAPServerWriteEnabled: true,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user