From 0760d07b4c6f15489bea2f0fb4f1b0084bd62301 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Mon, 20 Dec 2004 11:05:54 +0000 Subject: [PATCH] r4285: Allow -v or -l for displaying verbose groupmap-listing as well as "verbose". Guenther --- source/utils/net_groupmap.c | 3 +++ 1 file changed, 3 insertions(+) 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