mirror of
https://github.com/samba-team/samba.git
synced 2025-02-21 01:59:07 +03:00
r4285: Allow -v or -l for displaying verbose groupmap-listing as well as
"verbose". Guenther (This used to be commit 0760d07b4c6f15489bea2f0fb4f1b0084bd62301)
This commit is contained in:
parent
3c11b03100
commit
2da4456df9
@ -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++ ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user