From 308610270dacea9b512178ec4ea09624950351e6 Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Thu, 8 Oct 2020 11:43:54 +0200 Subject: [PATCH] Update changelog/unreleased/glauth-fallback-option.md Co-authored-by: Benedikt Kulmann --- changelog/unreleased/glauth-fallback-option.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog/unreleased/glauth-fallback-option.md b/changelog/unreleased/glauth-fallback-option.md index b9826562a..7ac6d2da6 100644 --- a/changelog/unreleased/glauth-fallback-option.md +++ b/changelog/unreleased/glauth-fallback-option.md @@ -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 \ No newline at end of file +https://github.com/owncloud/ocis-glauth/issues/18