summaryrefslogtreecommitdiffstats
path: root/server/man
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2009-08-21 16:54:48 +0200
committerStephen Gallagher <sgallagh@redhat.com>2009-08-21 12:55:43 -0400
commitc1410419224a504954791dbfd36fd19ad78cfb65 (patch)
tree6743909accd5fe9da6b2f0632e9b162ca8fae0bc /server/man
parentbd3d8fc1d59837f3c80de22780c146c43b2eb45d (diff)
downloadsssd-c1410419224a504954791dbfd36fd19ad78cfb65.tar.gz
sssd-c1410419224a504954791dbfd36fd19ad78cfb65.tar.xz
sssd-c1410419224a504954791dbfd36fd19ad78cfb65.zip
fix handling of filtersUsers in groups
- with the boolean option filterUsersInGroups it can be controlled wether filtered users appear in groups or not. - fixed an error which prevented the display of groups with filtered members - removed some tab indents
Diffstat (limited to 'server/man')
-rw-r--r--server/man/sssd.conf.5.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/server/man/sssd.conf.5.xml b/server/man/sssd.conf.5.xml
index 76d7f482b..6c6a310cc 100644
--- a/server/man/sssd.conf.5.xml
+++ b/server/man/sssd.conf.5.xml
@@ -346,6 +346,18 @@
</para>
</listitem>
</varlistentry>
+ <varlistentry>
+ <term>filterUsersInGroups (bool)</term>
+ <listitem>
+ <para>
+ If you want filtered user still be group members
+ set this option to false.
+ </para>
+ <para>
+ Default: true
+ </para>
+ </listitem>
+ </varlistentry>
</variablelist>
</refsect2>
</refsect1>