default LDAP_WRITE_ENABLED to true

Signed-off-by: jkoberg <jkoberg@owncloud.com>
This commit is contained in:
jkoberg
2023-05-22 14:25:05 +02:00
parent 798f3d53dc
commit b3ec78ab24
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,
}
}