Update changelog/unreleased/glauth-fallback-option.md

Co-authored-by: Benedikt Kulmann <benedikt@kulmann.biz>
This commit is contained in:
Michael Barz
2020-10-08 11:43:54 +02:00
committed by GitHub
parent e39b2ee645
commit 308610270d

View File

@@ -2,7 +2,7 @@ Enhancement: Add glauth fallback backend
We introduced the `fallback-datastore` config option and the corresponding options to allow configuring a simple chain of two handlers.
Simple, because it is intended for bind and single result search queries. Merging large sets of results is currently out of scope. For now, the implementation will only search the fallback backend if the default backend returns an error or the number of results is 0. This is sufficient to allow an IdP to authenticate users from ocis as well as owncloud 10 as described in the [bridge scenario](https://owncloud.github.io/ocis/bridge/).
Simple, because it is intended for bind and single result search queries. Merging large sets of results is currently out of scope. For now, the implementation will only search the fallback backend if the default backend returns an error or the number of results is 0. This is sufficient to allow an IdP to authenticate users from ocis as well as owncloud 10 as described in the [bridge scenario](https://owncloud.github.io/ocis/deployment/bridge/).
https://github.com/owncloud/ocis/pull/649
https://github.com/owncloud/ocis-glauth/issues/18
https://github.com/owncloud/ocis-glauth/issues/18