summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/netcmd/enableaccount.py
AgeCommit message (Collapse)AuthorFilesLines
2011-06-01s4/samba-tool: Move samba-tool enableaccount to samba-tool user enable command.Theresa Halloran1-60/+0
Signed-off-by: Andrew Tridgell <tridge@samba.org>
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-08s4-net: Simplify SamDB connect code.Jelmer Vernooij1-6/+1
2010-01-16Fix permissions - net subcommand modules don't need to be executable.Jelmer Vernooij1-0/+0
2009-12-31net: Fix tests and documentation of setexpiry.Jelmer Vernooij1-0/+65
Signed-off-by: Andrew Tridgell <tridge@samba.org>