From 7a11eaabafdd5845f4d73b211bbe79c549a15922 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Tue, 23 Feb 2016 14:56:59 +0100 Subject: [PATCH 2/2] MAN: Move proxy_fast_alias to the correct man section The option was in the general section, belongs to the proxy section. --- src/man/sssd.conf.5.xml | 35 ++++++++++++++++++----------------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index ce4507d3907570fba1243c0098b6fd5e4085c7d1..c5d509ea9b5186944ae467a20ef8b6a3fe2720a0 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -2269,23 +2269,6 @@ subdomain_inherit = ldap_purge_cache_timeout - 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 - - - - - subdomain_homedir (string) @@ -2377,6 +2360,24 @@ subdomain_inherit = ldap_purge_cache_timeout + + + 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 + + + + -- 2.4.3