Merge pull request #6362 from kobergj/DefaultLDAPWriteEnabledToTrue

Default `LDAP_WRITE_ENABLED` to true
This commit is contained in:
kobergj
2023-05-22 15:45:43 +02:00
committed by GitHub
2 changed files with 6 additions and 0 deletions

View 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

View File

@@ -118,6 +118,7 @@ func DefaultConfig() *config.Config {
CredentialsByUserAgent: map[string]string{},
},
},
LDAPServerWriteEnabled: true,
}
}