>From 6cfaeaaf82f9cd8e1400ba4db6875646749c0375 Mon Sep 17 00:00:00 2001
From: Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com>
Date: Wed, 30 Sep 2015 18:33:04 +0300
Subject: [PATCH 1/2] 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.
---
 src/man/sssd.conf.5.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml
index 9701f2a..a49938b 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
                     <term>filter_users, filter_groups (string)</term>
                     <listitem>
                         <para>
-                            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.
                         </para>
                         <para>
                             Default: root
-- 
2.5.1

