summaryrefslogtreecommitdiffstats
path: root/src/man/sssd.conf.5.xml
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2016-02-23 14:56:59 +0100
committerJakub Hrozek <jhrozek@redhat.com>2016-03-09 15:02:50 +0100
commit9df3b9dd412bc4392f13a601decc45380b6ba69b (patch)
tree0f16afe294abda875a673224e4cc2308dd928f79 /src/man/sssd.conf.5.xml
parentea95e37aa4be529a13f43224ffafe7797df73dda (diff)
downloadsssd-9df3b9dd412bc4392f13a601decc45380b6ba69b.tar.gz
sssd-9df3b9dd412bc4392f13a601decc45380b6ba69b.tar.xz
sssd-9df3b9dd412bc4392f13a601decc45380b6ba69b.zip
MAN: Move proxy_fast_alias to the correct man section
The option was in the general section, belongs to the proxy section. Reviewed-by: Pavel Březina <pbrezina@redhat.com>
Diffstat (limited to 'src/man/sssd.conf.5.xml')
-rw-r--r--src/man/sssd.conf.5.xml35
1 files changed, 18 insertions, 17 deletions
diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml
index ce4507d39..c5d509ea9 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
</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>
-
- <varlistentry>
<term>subdomain_homedir (string)</term>
<listitem>
<para>
@@ -2377,6 +2360,24 @@ subdomain_inherit = ldap_purge_cache_timeout
</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>