summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba/netcmd/machinepw.py
Commit message (Collapse)AuthorAgeFilesLines
* samba-tool: removed machinepw as it has been moved to domain machinepasswordGiampaolo Lauria2011-07-211-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>
* samba-tool: fix machinepw command so that we use the full path to the secret ↵Matthieu Patou2011-04-171-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
* samba-tools: more reasonable defaults for samba-tool commandsAndrew Tridgell2010-12-081-1/+1
| | | | | | - fallback to machine account where possible - default to local hostname where this is reasonable
* s4-python: python is not always in /usr/binAndrew Tridgell2010-06-241-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>
* s4:net utility - make outprinted description comments more consistentMatthias Dieter Wallnöfer2010-05-091-1/+1
| | | | | I've added a [server connection needed] when commands won't work on the local SamDB.
* s4-net: Convert machinepw command to python.Jelmer Vernooij2010-04-091-0/+53