summaryrefslogtreecommitdiffstats
path: root/src/config/etc
diff options
context:
space:
mode:
authorFabiano Fidêncio <fidencio@redhat.com>2017-02-22 08:07:45 +0100
committerJakub Hrozek <jhrozek@redhat.com>2017-03-14 12:35:01 +0100
commit8bb6680637ead03e24a38d15ec5265d11a920a1d (patch)
treef5e4cc597dcf9012c54fd4e83a25e27029d8558b /src/config/etc
parent9286d0d4143bcb4e36b91022107e307998122bbb (diff)
downloadsssd-8bb6680637ead03e24a38d15ec5265d11a920a1d.tar.gz
sssd-8bb6680637ead03e24a38d15ec5265d11a920a1d.tar.xz
sssd-8bb6680637ead03e24a38d15ec5265d11a920a1d.zip
CACHE_REQ: Check the caches first
This patch introduces a new configurable option to define whether the responder should query all domains' caches before querying the Data Providers. This new option is called cache_first and, by default, it's disabled, meaning that, for each provider, the responder may contact the cache and the data provider in the same iteration. Co-Author: Pavel Březina <pbrezina@redhat.com> Related: https://pagure.io/SSSD/sssd/issue/3001 Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com> Reviewed-by: Pavel Březina <pbrezina@redhat.com>
Diffstat (limited to 'src/config/etc')
-rw-r--r--src/config/etc/sssd.api.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/etc/sssd.api.conf b/src/config/etc/sssd.api.conf
index 7d21d6b70..08cecf003 100644
--- a/src/config/etc/sssd.api.conf
+++ b/src/config/etc/sssd.api.conf
@@ -14,6 +14,7 @@ reconnection_retries = int, None, false
fd_limit = int, None, false
client_idle_timeout = int, None, false
responder_idle_timeout = int, None, false
+cache_first = int, None, false
description = str, None, false
[sssd]