summaryrefslogtreecommitdiff
path: root/source4/samba_tool/samba_tool.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-11-27 23:50:25 +1100
committerAndrew Tridgell <tridge@samba.org>2010-11-28 00:16:38 +1100
commit3d8d382fe57125c1752cab85f9edcb094887b9dc (patch)
tree55b77b5bba72536df8a8eaa8303a006fd0c3d854 /source4/samba_tool/samba_tool.c
parentd06bf954ba780f915ecff2f450f0c9f4c6b79dc0 (diff)
downloadsamba-3d8d382fe57125c1752cab85f9edcb094887b9dc.tar.gz
samba-3d8d382fe57125c1752cab85f9edcb094887b9dc.tar.bz2
samba-3d8d382fe57125c1752cab85f9edcb094887b9dc.zip
s4-samba-tool: switched over to python version of samba-tool drs
Diffstat (limited to 'source4/samba_tool/samba_tool.c')
-rw-r--r--source4/samba_tool/samba_tool.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/samba_tool/samba_tool.c b/source4/samba_tool/samba_tool.c
index fd9e0e51d3..da08a716ce 100644
--- a/source4/samba_tool/samba_tool.c
+++ b/source4/samba_tool/samba_tool.c
@@ -51,7 +51,6 @@
#include "lib/events/events.h"
#include "auth/credentials/credentials.h"
#include "scripting/python/modules.h"
-#include "samba_tool/drs/drs.h"
/* There's no Py_ssize_t in 2.4, apparently */
#if PY_MAJOR_VERSION == 2 && PY_MINOR_VERSION < 5
@@ -199,7 +198,6 @@ static const struct net_functable net_functable[] = {
{"password", "Changes/Sets the password on a user account [server connection needed]\n", net_password, net_password_usage},
{"samdump", "dump the sam of a domain\n", net_samdump, net_samdump_usage},
{"samsync", "synchronise into the local ldb the sam of an NT4 domain\n", net_samsync_ldb, net_samsync_ldb_usage},
- {"drs", "Implements functionality offered by repadmin.exe utility in Windows\n", net_drs, net_drs_usage},
{"gpo", "Administer group policies\n", net_gpo, net_gpo_usage},
{NULL, NULL, NULL, NULL}
};