summaryrefslogtreecommitdiff
path: root/source4/utils/net/net.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2008-04-09 14:59:32 +1000
committerAndrew Bartlett <abartlet@samba.org>2008-04-09 14:59:32 +1000
commit8a982108a4f115e350c4246276f2ec886934c7fe (patch)
treebe949a2980f83a212db28a01ad3c56d2de327a05 /source4/utils/net/net.c
parent9d2948f4bd5f196904d27c67bf4f0baf7eaefcb0 (diff)
downloadsamba-8a982108a4f115e350c4246276f2ec886934c7fe.tar.gz
samba-8a982108a4f115e350c4246276f2ec886934c7fe.tar.bz2
samba-8a982108a4f115e350c4246276f2ec886934c7fe.zip
Link the new vampire code togeather.
This adds in the newly attached secrets handling, as well as an interface to the command line 'net' tool. Andrew Bartlett (This used to be commit 1282e3c39479aa580124206814b493370d10690a)
Diffstat (limited to 'source4/utils/net/net.c')
-rw-r--r--source4/utils/net/net.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/utils/net/net.c b/source4/utils/net/net.c
index e0865c4416..c908ea6279 100644
--- a/source4/utils/net/net.c
+++ b/source4/utils/net/net.c
@@ -102,7 +102,8 @@ static const struct net_functable net_functable[] = {
{"time", "get remote server's time\n", net_time, net_time_usage},
{"join", "join a domain\n", net_join, net_join_usage},
{"samdump", "dump the sam of a domain\n", net_samdump, net_samdump_usage},
- {"samsync", "synchronise into the local ldb the sam of a domain\n", net_samsync_ldb, net_samsync_ldb_usage},
+ {"vampire", "join and syncronise an AD domain onto the local server\n", net_vampire, net_vampire_usage},
+ {"samsync", "synchronise into the local ldb the sam of an NT4 domain\n", net_samsync_ldb, net_samsync_ldb_usage},
{"user", "manage user accounts\n", net_user, net_user_usage},
{NULL, NULL, NULL, NULL}
};