summaryrefslogtreecommitdiffstats
path: root/source/utils/net_rpc.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2002-08-22 22:48:54 +0000
committerAndrew Tridgell <tridge@samba.org>2002-08-22 22:48:54 +0000
commite4cb106d2e3e6a41529369545a7a6ce5fe6d8986 (patch)
treee2d5d464b714935d6e7569cec381b3a879bc6c44 /source/utils/net_rpc.c
parentf4581133649b5208d8f91c4995ef60579e04b6f6 (diff)
downloadsamba-e4cb106d2e3e6a41529369545a7a6ce5fe6d8986.tar.gz
samba-e4cb106d2e3e6a41529369545a7a6ce5fe6d8986.tar.xz
samba-e4cb106d2e3e6a41529369545a7a6ce5fe6d8986.zip
added a 'net rpc samdump' command for dumping the whole sam via
samsync operations (as a BDC)
Diffstat (limited to 'source/utils/net_rpc.c')
-rw-r--r--source/utils/net_rpc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/utils/net_rpc.c b/source/utils/net_rpc.c
index df5b67372d1..a7d2a08b380 100644
--- a/source/utils/net_rpc.c
+++ b/source/utils/net_rpc.c
@@ -2245,6 +2245,7 @@ int net_rpc(int argc, const char **argv)
{"trustdom", rpc_trustdom},
{"abortshutdown", rpc_shutdown_abort},
{"shutdown", rpc_shutdown},
+ {"samdump", rpc_samdump},
{"getsid", net_rpc_getsid},
{"help", net_rpc_help},
{NULL, NULL}