From 6212f736c1f19f677d29fd5e2c5adbce20d9ead8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Wed, 6 May 2020 17:22:36 +0200 Subject: [PATCH] udpate bridge doc to use correct glauth datastore @davitol this should solve your https://github.com/owncloud/oauth2/issues/262#issuecomment-624466154 --- docs/bridge.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/bridge.md b/docs/bridge.md index 7e14da4d2..d8e63dc7f 100644 --- a/docs/bridge.md +++ b/docs/bridge.md @@ -81,10 +81,11 @@ This should give you a `bin/ocis-glauth` binary. Try listing the help with `bin/ You need to point `ocis-glauth` to your owncloud domain: ```console -$ bin/ocis-glauth --log-level debug server --backend-server https://cloud.example.com --backend-basedn dc=example,dc=com +$ bin/ocis-glauth --log-level debug server --backend-datastore owncloud --backend-server https://cloud.example.com --backend-basedn dc=example,dc=com ``` `--log-level debug` is only used to generate more verbose output +`--backend-datastore owncloud` switches to tho owncloud datastore `--backend-server https://cloud.example.com` is the url to an ownCloud instance with an enabled graphapi app `--backend-basedn dc=example,dc=com` is used to construct the LDAP dn. The user `admin` will become `cn=admin,dc=example,dc=com`.