diff options
author | Andrew Tridgell <tridge@samba.org> | 2002-08-22 22:48:54 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2002-08-22 22:48:54 +0000 |
commit | 2a505d023f95457f63a3975e386b95e8658928f4 (patch) | |
tree | 51bd076cb7fdab5bbb971ff6a145cb1da2574101 /source3/utils/net_rpc.c | |
parent | a10519049eaff027056e82440444638b68b8cf3a (diff) | |
download | samba-2a505d023f95457f63a3975e386b95e8658928f4.tar.gz samba-2a505d023f95457f63a3975e386b95e8658928f4.tar.bz2 samba-2a505d023f95457f63a3975e386b95e8658928f4.zip |
added a 'net rpc samdump' command for dumping the whole sam via
samsync operations (as a BDC)
(This used to be commit e4cb106d2e3e6a41529369545a7a6ce5fe6d8986)
Diffstat (limited to 'source3/utils/net_rpc.c')
-rw-r--r-- | source3/utils/net_rpc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/utils/net_rpc.c b/source3/utils/net_rpc.c index df5b67372d..a7d2a08b38 100644 --- a/source3/utils/net_rpc.c +++ b/source3/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} |