summaryrefslogtreecommitdiffstats
path: root/src/man/sssd.conf.5.xml
diff options
context:
space:
mode:
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>