mirror of
https://github.com/owncloud/ocis
synced 2026-04-26 01:35:25 +02:00
set generate ldap secrets
This commit is contained in:
@@ -49,7 +49,6 @@ func DefaultConfig() *config.Config {
|
||||
UserObjectClass: "inetOrgPerson",
|
||||
GroupObjectClass: "groupOfNames",
|
||||
BindDN: "uid=reva,ou=sysusers,o=libregraph-idm",
|
||||
BindPassword: "reva",
|
||||
IDP: "https://localhost:9200",
|
||||
UserSchema: config.LDAPUserSchema{
|
||||
ID: "ownclouduuid",
|
||||
@@ -68,7 +67,6 @@ func DefaultConfig() *config.Config {
|
||||
JSON: config.JSONProvider{},
|
||||
OwnCloudSQL: config.OwnCloudSQLProvider{
|
||||
DBUsername: "owncloud",
|
||||
DBPassword: "secret",
|
||||
DBHost: "mysql",
|
||||
DBPort: 3306,
|
||||
DBName: "owncloud",
|
||||
|
||||
Reference in New Issue
Block a user