From 8c849dc6e13ad82273267b7686d65002719a1f80 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Tue, 23 Feb 2016 14:56:13 +0100 Subject: [PATCH 1/2] MAN: Move subdomain_inherit to the correct man section The option was in the general section, belongs to the domain section. --- src/man/sssd.conf.5.xml | 81 +++++++++++++++++++++++++------------------------ 1 file changed, 41 insertions(+), 40 deletions(-) diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index c6ed2e0eefdac701168c71c975c55787ec6fb6c3..ce4507d3907570fba1243c0098b6fd5e4085c7d1 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -508,46 +508,6 @@ - - subdomain_inherit (string) - - - 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: - - - ignore_group_members - - - ldap_purge_cache_timeout - - - ldap_use_tokengroups - - - ldap_user_principal - - - ldap_krb5_keytab (the value of krb5_keytab will be - used if ldap_krb5_keytab is not set explicitly) - - - Example: - -subdomain_inherit = ldap_purge_cache_timeout - - - - Default: none - - - Note: This option only works with the IPA and - AD provider. - - - @@ -2268,6 +2228,47 @@ pam_account_locked_message = Account locked, please call help desk. + subdomain_inherit (string) + + + 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: + + + ignore_group_members + + + ldap_purge_cache_timeout + + + ldap_use_tokengroups + + + ldap_user_principal + + + ldap_krb5_keytab (the value of krb5_keytab will be + used if ldap_krb5_keytab is not set explicitly) + + + Example: + +subdomain_inherit = ldap_purge_cache_timeout + + + + Default: none + + + Note: This option only works with the IPA and + AD provider. + + + + + proxy_fast_alias (boolean) -- 2.4.3