samba-tool: changed samba-tool user delete to use samdb instead of Net()
authorAndrew Tridgell <tridge@samba.org>
Mon, 15 Aug 2011 02:07:50 +0000 (12:07 +1000)
committerAndrew Tridgell <tridge@samba.org>
Wed, 17 Aug 2011 23:26:59 +0000 (09:26 +1000)
commit23b1d09a5fd9825786343a98f9aab756dd749f95
tree998bd4ad7e0c4a449af7634738aa1522fdd1b584
parent75a90a952b8d65329c7f8cb055b5bb685d4e0b7d
samba-tool: changed samba-tool user delete to use samdb instead of Net()

this makes it possible to use with -H, so you can delete users on
remote DCs or against local databases
source4/scripting/python/samba/netcmd/user.py