summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/netcmd/__init__.py
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-06-24 16:59:24 +0200
committerStefan Metzmacher <metze@samba.org>2011-06-24 19:06:44 +0200
commitdee41bcdf20d54ca2c323c154b4f212065d0de0e (patch)
tree3bb76fd81587733ee93dc29c29cf2e59b24b1439 /source4/scripting/python/samba/netcmd/__init__.py
parent4b26fc098087579018a2817906c140fa9cb8887e (diff)
downloadsamba-dee41bcdf20d54ca2c323c154b4f212065d0de0e.tar.gz
samba-dee41bcdf20d54ca2c323c154b4f212065d0de0e.tar.bz2
samba-dee41bcdf20d54ca2c323c154b4f212065d0de0e.zip
s4:samba-tool: add "delegation" subcommands for S4U2Proxy and related stuff
For now this only works on the local sam.ldb, but it shouldn't be hard to improve it to talk to remove servers. Pair-Programmed-With: Björn Baumbach <bb@sernet.de> metze
Diffstat (limited to 'source4/scripting/python/samba/netcmd/__init__.py')
-rw-r--r--source4/scripting/python/samba/netcmd/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/scripting/python/samba/netcmd/__init__.py b/source4/scripting/python/samba/netcmd/__init__.py
index 1373cb289b6..bc5b0f67ae2 100644
--- a/source4/scripting/python/samba/netcmd/__init__.py
+++ b/source4/scripting/python/samba/netcmd/__init__.py
@@ -214,3 +214,5 @@ from samba.netcmd.testparm import cmd_testparm
commands["testparm"] = cmd_testparm()
from samba.netcmd.dbcheck import cmd_dbcheck
commands["dbcheck"] = cmd_dbcheck()
+from samba.netcmd.delegation import cmd_delegation
+commands["delegation"] = cmd_delegation()