From bd1333ea74f14d01310a4307db5101578ec16ee5 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 14 Jun 2003 17:51:09 +0000 Subject: Add 'net idmap restore'. This restores a broken idmap file from the output of 'net idmap dump'. 'net idmap dump' now also prints the USER/GROUP HWM. Volker (This used to be commit c0575be936572bb091a77c58361bd3a4fe9549ff) --- source3/utils/net_help.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3/utils/net_help.c') diff --git a/source3/utils/net_help.c b/source3/utils/net_help.c index 16db55480e..941baf3378 100644 --- a/source3/utils/net_help.c +++ b/source3/utils/net_help.c @@ -123,6 +123,9 @@ int net_help_idmap(int argc, const char **argv) d_printf("net idmap dump filename"\ "\n Dump current id mapping\n"); + d_printf("net idmap restore"\ + "\n Restore entries from stdin to current local idmap\n"); + return -1; } -- cgit