summaryrefslogtreecommitdiffstats
path: root/server/tools/sss_groupshow.c
Commit message (Collapse)AuthorAgeFilesLines
* sss_groupshow: separate member lists by commaJakub Hrozek2010-02-121-3/+6
| | | | Fixes: #398
* sss_groupshow improvementsJakub Hrozek2010-02-101-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)
* sss_groupshow - a utility to print properties of a local groupJakub Hrozek2010-01-201-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