default LDAP_WRITE_ENABLED to true
Signed-off-by: jkoberg <jkoberg@owncloud.com>
This commit is contained in:
@@ -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{},
|
CredentialsByUserAgent: map[string]string{},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
LDAPServerWriteEnabled: true,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user