summaryrefslogtreecommitdiffstats
path: root/src/man/sssd.conf.5.xml
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2012-04-12 18:21:48 +0200
committerStephen Gallagher <sgallagh@redhat.com>2012-04-20 10:56:01 -0400
commit2958af2b06589f1965e83c87527c0189b8986ec9 (patch)
tree97f87f621244be161c8b32dbfb4721cc2790c6c8 /src/man/sssd.conf.5.xml
parent389b3b4cf4eb4bbfca0edc58ffb28d31b3c1d07f (diff)
downloadsssd-2958af2b06589f1965e83c87527c0189b8986ec9.tar.gz
sssd-2958af2b06589f1965e83c87527c0189b8986ec9.tar.xz
sssd-2958af2b06589f1965e83c87527c0189b8986ec9.zip
proxy: new option proxy_fast_alias
Diffstat (limited to 'src/man/sssd.conf.5.xml')
-rw-r--r--src/man/sssd.conf.5.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml
index f8705149b..09d85ed45 100644
--- a/src/man/sssd.conf.5.xml
+++ b/src/man/sssd.conf.5.xml
@@ -1206,6 +1206,23 @@
</para>
</listitem>
</varlistentry>
+
+ <varlistentry>
+ <term>proxy_fast_alias (boolean)</term>
+ <listitem>
+ <para>
+ 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.
+ </para>
+ <para>
+ Default: false
+ </para>
+ </listitem>
+ </varlistentry>
</variablelist>
</para>