summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba/netcmd/user.py
Commit message (Expand)AuthorAgeFilesLines
* samba-tool: epilog option to OptionParser available in python >= 2.6Amitay Isaacs2011-09-091-1/+1
* samba-tool: Fixed "user" command syntaxGiampaolo Lauria2011-09-091-1/+2
* samba-tool: Expanded acronym descriptionsGiampaolo Lauria2011-09-091-1/+1
* samba-tool: changed samba-tool user delete to use samdb instead of Net()Andrew Tridgell2011-08-181-9/+17
* samba-tool: use ldb.binary_encode() on search expression elementsAndrew Tridgell2011-07-291-2/+2
* samba-tool: fixed binary encoding of usernames in setpasswordAndrew Tridgell2011-07-291-2/+2
* samba-tool: ensure prompting of passwords is in the right orderAndrew Tridgell2011-07-281-1/+3
* samba-tool: Add user password command to change user's own passwordAmitay Isaacs2011-07-281-0/+33
* samba-tool: Changed "user add" implementationGiampaolo Lauria2011-07-281-13/+60
* samba-tool: add -H or --URL where necessaryGiampaolo Lauria2011-07-281-3/+6
* samba-tool: improved Option list for all user commandsGiampaolo Lauria2011-07-211-10/+7
* samba-tool: added error handling for the user commandGiampaolo Lauria2011-07-211-10/+21
* samba-tool: fixed synopsis on user commandsGiampaolo Lauria2011-07-211-1/+1
* samba-tool: fixed synopsis on all "user" commandsGiampaolo Lauria2011-07-211-4/+8
* samba-tool: moved takes_optiongroups definition to Command base classGiampaolo Lauria2011-07-211-31/+1
* samba-tool: added setpassword to userGiampaolo Lauria2011-07-211-2/+58
* samba-tool: improved error handling in user setexpiryAndrew Tridgell2011-06-011-1/+5
* samba-tool: improved user enable error handlingAndrew Tridgell2011-06-011-1/+6
* s4:samba-tool: Move samba-tool setexpiry to samba-tool user setexpiry <user>Theresa Halloran2011-06-011-1/+37
* s4/samba-tool: Move samba-tool enableaccount to samba-tool user enable command.Theresa Halloran2011-06-011-0/+42
* s4-samba-tool: give a bit better error on user delete failureAndrew Tridgell2011-04-041-1/+5
* samba-tools: more reasonable defaults for samba-tool commandsAndrew Tridgell2010-12-081-2/+2
* s4-net: added --ipaddress option to net commandsAndrew Tridgell2010-09-251-2/+2
* s4-python: python is not always in /usr/binAndrew Tridgell2010-06-241-1/+1
* s4:net utility - make outprinted description comments more consistentMatthias Dieter Wallnöfer2010-05-091-1/+1
* s4:net utility - add an optional password attribute to "net user add"Matthias Dieter Wallnöfer2010-05-091-3/+5
* s4-net: 'net user create' -> 'net user add', for backwards compatibility.Jelmer Vernooij2010-04-091-3/+3
* s4-net: Convert user subcommand to Python.Jelmer Vernooij2010-04-091-0/+74