From 1c48b5a62f73234ed26bb20f0ab345ab61cda0ab Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 18 Feb 2010 07:49:04 -0500 Subject: Rename server/ directory to src/ Also update BUILD.txt --- src/man/sss_groupshow.8.xml | 76 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 src/man/sss_groupshow.8.xml (limited to 'src/man/sss_groupshow.8.xml') diff --git a/src/man/sss_groupshow.8.xml b/src/man/sss_groupshow.8.xml new file mode 100644 index 000000000..13e2dfcbb --- /dev/null +++ b/src/man/sss_groupshow.8.xml @@ -0,0 +1,76 @@ + + + +SSSD Manual pages + + + + + sss_groupshow + 8 + + + + sss_groupshow + print properties of a group + + + + + sss_groupshow + + options + + GROUP + + + + + DESCRIPTION + + sss_groupshow displays information about a group + identified by its name GROUP. The information + includes the group ID number, members of the group and the parent group. + + + + + OPTIONS + + + + , + + + + Also print indirect group members in a tree-like hierarchy. + + + + + + + + + SEE ALSO + + + sss_groupadd8 + , + + sss_groupmod8 + , + + sss_useradd8 + , + + sss_userdel8 + , + + sss_usermod8 + . + + + + -- cgit