]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
r4285: Allow -v or -l for displaying verbose groupmap-listing as well as
authorGünther Deschner <gd@samba.org>
Mon, 20 Dec 2004 11:05:54 +0000 (11:05 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:53:41 +0000 (10:53 -0500)
"verbose".

Guenther

source/utils/net_groupmap.c

index b2d96041dc3228d26608651fe234b18b3a71b98d..c6391a65feb77bef5724f0d15ef8650f5fcba80c 100644 (file)
@@ -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<argc; i++ ) {