summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/netcmd/machinepw.py
AgeCommit message (Collapse)AuthorFilesLines
2011-07-21samba-tool: removed machinepw as it has been moved to domain machinepasswordGiampaolo Lauria1-56/+0
The functionality of machinepwd has been moved to "domain machinepassword" to fit the object-action model Signed-off-by: Andrew Tridgell <tridge@samba.org>
2011-04-17samba-tool: fix machinepw command so that we use the full path to the secret ↵Matthieu Patou1-3/+6
database and raise an error if secret can't be found Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Sun Apr 17 13:12:27 CEST 2011 on sn-devel-104
2010-12-08samba-tools: more reasonable defaults for samba-tool commandsAndrew Tridgell1-1/+1
- fallback to machine account where possible - default to local hostname where this is reasonable
2010-06-24s4-python: python is not always in /usr/binAndrew Tridgell1-1/+1
Using "#!/usr/bin/env python" is more portable. It still isn't ideal though, as we should really use the python path found at configure time. We do that in many places already, but some don't. Signed-off-by: Andrew Bartlett <abartlet@samba.org>
2010-05-09s4:net utility - make outprinted description comments more consistentMatthias Dieter Wallnöfer1-1/+1
I've added a [server connection needed] when commands won't work on the local SamDB.
2010-04-09s4-net: Convert machinepw command to python.Jelmer Vernooij1-0/+53