summaryrefslogtreecommitdiffstats
path: root/source/utils/net_rpc.c
diff options
context:
space:
mode:
authorJim McDonough <jmcd@samba.org>2005-07-06 21:02:43 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:58:18 -0500
commitcb5634a305256a70daa2fcbd85d9a5459b4aeaa3 (patch)
treeed62e63961a314c9e5278d8c0b1503068e65bd89 /source/utils/net_rpc.c
parent65cfa2a950e8a16b95715d555a5354cc81f431f1 (diff)
downloadsamba-cb5634a305256a70daa2fcbd85d9a5459b4aeaa3.tar.gz
samba-cb5634a305256a70daa2fcbd85d9a5459b4aeaa3.tar.xz
samba-cb5634a305256a70daa2fcbd85d9a5459b4aeaa3.zip
r8189: commit vampire ldif patch, mostly from Don Watson (dwatson@us.ibm.com). Yes,
that's my copyright...that's just how we have to do things at big blue. Adds subcommand to vampire to allow data to be put into an ldif file instead of actually writing to the passdb. See "net rpc help vampire" for usage info. This should be added to docs as well.
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 2e8e6b64f8f..3f92404dda2 100644
--- a/source/utils/net_rpc.c
+++ b/source/utils/net_rpc.c
@@ -5989,6 +5989,7 @@ int net_rpc_help(int argc, const char **argv)
{"trustdom", rpc_trustdom_usage},
/*{"abortshutdown", rpc_shutdown_abort_usage},*/
/*{"shutdown", rpc_shutdown_usage}, */
+ {"vampire", rpc_vampire_usage},
{NULL, NULL}
};