From 51773686d354b82081830444c048706d83d43d65 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Thu, 12 Apr 2012 18:21:48 +0200 Subject: proxy: new option proxy_fast_alias --- src/man/sssd.conf.5.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'src/man/sssd.conf.5.xml') diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index 1a8ae2bb4..c164d1215 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -1190,6 +1190,23 @@ + + + proxy_fast_alias (boolean) + + + When a user or group is looked up by name in + the proxy provider, a second lookup by ID is + performed to "canonicalize" the name in case + the requested name was an alias. Setting this + option to true would cause the SSSD to perform + the ID lookup from cache for performance reasons. + + + Default: false + + + -- cgit