Merge pull request #55 from owncloud/ocis-single-binary-defaults

Change default settings to be able to run ocis server without any con…
This commit is contained in:
Michael Barz
2020-03-18 21:21:04 +01:00
committed by GitHub
2 changed files with 6 additions and 3 deletions
@@ -0,0 +1,3 @@
Enhancement: Change default config for single-binary
https://github.com/owncloud/ocis-konnectd/pull/55
+3 -3
View File
@@ -113,10 +113,10 @@ func initKonnectInternalEnvVars() error {
"LDAP_BINDPW": "konnectd",
"LDAP_BASEDN": "ou=users,dc=example,dc=org",
"LDAP_SCOPE": "sub",
"LDAP_LOGIN_ATTRIBUTE": "uid",
"LDAP_LOGIN_ATTRIBUTE": "cn",
"LDAP_EMAIL_ATTRIBUTE": "mail",
"LDAP_NAME_ATTRIBUTE": "cn",
"LDAP_UUID_ATTRIBUTE": "customuid",
"LDAP_NAME_ATTRIBUTE": "sn",
"LDAP_UUID_ATTRIBUTE": "uid",
"LDAP_UUID_ATTRIBUTE_TYPE": "text",
"LDAP_FILTER": "(objectClass=posixaccount)",
}