summaryrefslogtreecommitdiff
path: root/source3/utils/net_help.c
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2003-06-13 16:19:02 +0000
committerVolker Lendecke <vlendec@samba.org>2003-06-13 16:19:02 +0000
commit8ad364dd2e6918465c8bca6f91d01b6782693427 (patch)
treedac6dee00cdf53b07fd065b0517e3e2b29defd03 /source3/utils/net_help.c
parent0a9396dcca1e30fa32fbcde3ee2dce86f586ba4b (diff)
downloadsamba-8ad364dd2e6918465c8bca6f91d01b6782693427.tar.gz
samba-8ad364dd2e6918465c8bca6f91d01b6782693427.tar.bz2
samba-8ad364dd2e6918465c8bca6f91d01b6782693427.zip
Trivial extension to 'net' to dump current local idmap.
(This used to be commit 18f3a5efea7c60d764d5ed82f3a83e1608f8c34e)
Diffstat (limited to 'source3/utils/net_help.c')
-rw-r--r--source3/utils/net_help.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/source3/utils/net_help.c b/source3/utils/net_help.c
index f24367f246..16db55480e 100644
--- a/source3/utils/net_help.c
+++ b/source3/utils/net_help.c
@@ -118,6 +118,13 @@ int net_help_groupmap(int argc, const char **argv)
return -1;
}
+int net_help_idmap(int argc, const char **argv)
+{
+ d_printf("net idmap dump filename"\
+ "\n Dump current id mapping\n");
+
+ return -1;
+}
int net_help_join(int argc, const char **argv)
{