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