diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2012-04-12 18:21:48 +0200 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-04-20 10:55:14 -0400 |
commit | 51773686d354b82081830444c048706d83d43d65 (patch) | |
tree | 0379e537190d804463b587b2a19cd6b082d24edd /src/man | |
parent | 28d1ff294f7d612f6d37c82ed426b8bf5c34bfaf (diff) | |
download | sssd-51773686d354b82081830444c048706d83d43d65.tar.gz sssd-51773686d354b82081830444c048706d83d43d65.tar.bz2 sssd-51773686d354b82081830444c048706d83d43d65.zip |
proxy: new option proxy_fast_alias
Diffstat (limited to 'src/man')
-rw-r--r-- | src/man/sssd.conf.5.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index 1a8ae2bb..c164d121 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -1190,6 +1190,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> |