From 27293426dca1bf9140dc6ed277f7129a44a68a62 Mon Sep 17 00:00:00 2001 From: Nikolai Kondrashov Date: Wed, 30 Sep 2015 18:33:04 +0300 Subject: man: Mention groups in filter_groups description Mention groups (not only users) in the combined "filter_users"/"filter_groups" option description on the sssd.conf(5) manpage. Reviewed-by: Jakub Hrozek --- src/man/sssd.conf.5.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index 21acb638..5a7bdc91 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -583,11 +583,11 @@ subdomain_inherit = ldap_purge_cache_timeout filter_users, filter_groups (string) - Exclude certain users from being fetched from the sss - NSS database. This is particularly useful for system - accounts. This option can also be set per-domain or - include fully-qualified names to filter only users from - the particular domain. + Exclude certain users or groups from being fetched + from the sss NSS database. This is particularly + useful for system accounts. This option can also + be set per-domain or include fully-qualified names + to filter only users from the particular domain. Default: root -- cgit