From: Günther Deschner Date: Mon, 20 Dec 2004 11:05:54 +0000 (+0000) Subject: r4285: Allow -v or -l for displaying verbose groupmap-listing as well as X-Git-Tag: samba-misc-tags/initial-v3-0-unstable~5476 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0760d07b4c6f15489bea2f0fb4f1b0084bd62301;p=thirdparty%2Fsamba.git r4285: Allow -v or -l for displaying verbose groupmap-listing as well as "verbose". Guenther --- diff --git a/source/utils/net_groupmap.c b/source/utils/net_groupmap.c index b2d96041dc3..c6391a65feb 100644 --- a/source/utils/net_groupmap.c +++ b/source/utils/net_groupmap.c @@ -113,6 +113,9 @@ static int net_groupmap_list(int argc, const char **argv) int i; fstring ntgroup = ""; fstring sid_string = ""; + + if (opt_verbose || opt_long_list_entries) + long_list = True; /* get the options */ for ( i=0; i