summaryrefslogtreecommitdiff
path: root/server/tools/sss_groupshow.c
AgeCommit message (Collapse)AuthorFilesLines
2010-02-12sss_groupshow: separate member lists by commaJakub Hrozek1-3/+6
Fixes: #398
2010-02-10sss_groupshow improvementsJakub Hrozek1-103/+687
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)
2010-01-20sss_groupshow - a utility to print properties of a local groupJakub Hrozek1-0/+357
This patch adds a utility called sss_groupshow that allows user to print properties of a group in the local domain. Fixes: #306