From 20f7be44229515fafaf034c516ffc328e5293e52 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Mon, 1 Feb 2010 11:39:51 +0100 Subject: sss_groupshow improvements This patch fixes the following issues: * man page issues (#395) * show info on MPGs (#396) * recursively print indirect members (#397) * the list of groupnames is comma separated (#398) * output inconsistencies (#399) --- server/man/sss_groupshow.8.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'server/man/sss_groupshow.8.xml') diff --git a/server/man/sss_groupshow.8.xml b/server/man/sss_groupshow.8.xml index 816e2b76e..13e2dfcbb 100644 --- a/server/man/sss_groupshow.8.xml +++ b/server/man/sss_groupshow.8.xml @@ -31,13 +31,23 @@ sss_groupshow displays information about a group identified by its name GROUP. The information - include the group ID number, members of the group and the parent group. + includes the group ID number, members of the group and the parent group. OPTIONS + + + , + + + + Also print indirect group members in a tree-like hierarchy. + + + -- cgit