From 9b162bf39ef75629f54ffa1d0bd5f9c13119b650 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Tue, 28 Apr 2015 13:48:42 +0200 Subject: subdomains: Inherit cleanup period and tokengroup settings from parent domain Allows the administrator to extend the functionality of ldap_purge_cache_timeout, ldap_user_principal and ldap_use_tokengroups to the subdomains. This is a less intrusive way of achieving: https://fedorahosted.org/sssd/ticket/2627 Reviewed-by: Pavel Reichl --- src/man/sssd.conf.5.xml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/man') diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index 55623991c..75d13a631 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -491,6 +491,15 @@ ignore_group_members + + ldap_purge_cache_timeout + + + ldap_use_tokengroups + + + ldap_user_principal + Example: -- cgit