From 2da4456df9509d710a5e08d28ea009c72e572c1a Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 20 Dec 2004 11:05:54 +0000 Subject: r4285: Allow -v or -l for displaying verbose groupmap-listing as well as "verbose". Guenther (This used to be commit 0760d07b4c6f15489bea2f0fb4f1b0084bd62301) --- source3/utils/net_groupmap.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3/utils/net_groupmap.c') diff --git a/source3/utils/net_groupmap.c b/source3/utils/net_groupmap.c index b2d96041dc..c6391a65fe 100644 --- a/source3/utils/net_groupmap.c +++ b/source3/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