summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/netcmd/__init__.py
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-11-28 12:20:15 +1100
committerAndrew Tridgell <tridge@samba.org>2010-11-29 18:04:41 +1100
commit7a826d02a386cb2429a992b84ca597b174cfc35d (patch)
tree86b537533f005066c63c0daa2061d0c0875b90b8 /source4/scripting/python/samba/netcmd/__init__.py
parente54c8bef8a926abf7cd52af5906ed0736f52d800 (diff)
downloadsamba-7a826d02a386cb2429a992b84ca597b174cfc35d.tar.gz
samba-7a826d02a386cb2429a992b84ca597b174cfc35d.tar.bz2
samba-7a826d02a386cb2429a992b84ca597b174cfc35d.zip
s4-samba-tool: started on gpo subcommands in python
this adds the listall GPO command. Currently the python variants are available as "samba-tool gpo2 SUBCOMMAND". These will replace the "samba-tool gpo" commands when complete
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 af317ab7e04..d47b39dced1 100644
--- a/source4/scripting/python/samba/netcmd/__init__.py
+++ b/source4/scripting/python/samba/netcmd/__init__.py
@@ -170,3 +170,5 @@ from samba.netcmd.rodc import cmd_rodc
commands["rodc"] = cmd_rodc()
from samba.netcmd.drs import cmd_drs
commands["drs"] = cmd_drs()
+from samba.netcmd.gpo import cmd_gpo
+commands["gpo2"] = cmd_gpo()