summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2016-02-23 14:56:13 +0100
committerJakub Hrozek <jhrozek@redhat.com>2016-03-09 15:02:44 +0100
commitea95e37aa4be529a13f43224ffafe7797df73dda (patch)
tree67f9154df4ec7defcaac0728a4e55043dfbf6e76
parent37b467244f48869ef3690c908033da8ba37635c0 (diff)
downloadsssd-ea95e37aa4be529a13f43224ffafe7797df73dda.tar.gz
sssd-ea95e37aa4be529a13f43224ffafe7797df73dda.tar.xz
sssd-ea95e37aa4be529a13f43224ffafe7797df73dda.zip
MAN: Move subdomain_inherit to the correct man section
The option was in the general section, belongs to the domain section. Reviewed-by: Pavel Březina <pbrezina@redhat.com>
-rw-r--r--src/man/sssd.conf.5.xml81
1 files changed, 41 insertions, 40 deletions
diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml
index c6ed2e0ee..ce4507d39 100644
--- a/src/man/sssd.conf.5.xml
+++ b/src/man/sssd.conf.5.xml
@@ -508,46 +508,6 @@
</para>
</listitem>
</varlistentry>
- <varlistentry>
- <term>subdomain_inherit (string)</term>
- <listitem>
- <para>
- Specifies a list of configuration parameters that
- should be inherited by a subdomain. Please note
- that only selected parameters can be inherited.
- Currently the following options can be inherited:
- </para>
- <para>
- ignore_group_members
- </para>
- <para>
- ldap_purge_cache_timeout
- </para>
- <para>
- ldap_use_tokengroups
- </para>
- <para>
- ldap_user_principal
- </para>
- <para>
- ldap_krb5_keytab (the value of krb5_keytab will be
- used if ldap_krb5_keytab is not set explicitly)
- </para>
- <para>
- Example:
- <programlisting>
-subdomain_inherit = ldap_purge_cache_timeout
- </programlisting>
- </para>
- <para>
- Default: none
- </para>
- <para>
- Note: This option only works with the IPA and
- AD provider.
- </para>
- </listitem>
- </varlistentry>
</variablelist>
</refsect2>
@@ -2268,6 +2228,47 @@ pam_account_locked_message = Account locked, please call help desk.
</varlistentry>
<varlistentry>
+ <term>subdomain_inherit (string)</term>
+ <listitem>
+ <para>
+ Specifies a list of configuration parameters that
+ should be inherited by a subdomain. Please note
+ that only selected parameters can be inherited.
+ Currently the following options can be inherited:
+ </para>
+ <para>
+ ignore_group_members
+ </para>
+ <para>
+ ldap_purge_cache_timeout
+ </para>
+ <para>
+ ldap_use_tokengroups
+ </para>
+ <para>
+ ldap_user_principal
+ </para>
+ <para>
+ ldap_krb5_keytab (the value of krb5_keytab will be
+ used if ldap_krb5_keytab is not set explicitly)
+ </para>
+ <para>
+ Example:
+ <programlisting>
+subdomain_inherit = ldap_purge_cache_timeout
+ </programlisting>
+ </para>
+ <para>
+ Default: none
+ </para>
+ <para>
+ Note: This option only works with the IPA and
+ AD provider.
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term>proxy_fast_alias (boolean)</term>
<listitem>
<para>