summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/netcmd/user.py
AgeCommit message (Expand)AuthorFilesLines
2013-03-02Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij1-605/+0
2013-02-04samba-tool/user setpassword: fix help messageStefan Metzmacher1-3/+3
2012-10-18samba-tool user: Fix typos, improve messages.Jelmer Vernooij1-6/+10
2012-10-18Warn when setting UID/GID without idmap_ldb:use rfc2307 = YesAlexander Wuerstlein1-0/+4
2012-10-18Set RFC2307 attributes in samba-tool createAlexander Wuerstlein1-2/+33
2012-10-09samba-tool: Some more unifications...Karolin Seeger1-1/+1
2012-10-08samba-tool: Unify usage messages.Karolin Seeger1-8/+8
2012-09-16samba.netcmd: Formatting fixes, break lines.Jelmer Vernooij1-9/+14
2012-03-21s4-samba-tool: add password verification in change user passBjörn Baumbach1-1/+5
2012-03-21s4-samba-tool: add password verification in add userBjörn Baumbach1-0/+4
2012-03-16s4:samba-tool: remove remains of patch conflict resolutionMichael Adam1-1/+0
2012-03-13s4-python: Remove env from non-executable netcmd scripts.Andreas Schneider1-2/+0
2012-02-07samba-tool user password: Re-add support for option groups.Jelmer Vernooij1-4/+13
2012-02-07Revert "samba-tool: moved takes_optiongroups definition to Command base class"Jelmer Vernooij1-5/+43
2011-11-10samba-tool: print samaccountname in samba-tool user listAndrew Tridgell1-6/+3
2011-11-10samba-tool: Added new "user disable" commandGiampaolo Lauria1-0/+33
2011-11-10samba-tool: Added "user list" commandGiampaolo Lauria1-0/+34
2011-11-08s4:samba-tool user command - always initialise the boolean arguments properlyMatthias Dieter Wallnöfer1-3/+3
2011-11-08s4:samba-tool - other fix for Gémes Géza patch regarding parameter handlingMatthias Dieter Wallnöfer1-2/+2
2011-11-07s4:samba-tool - fix Gémes Géza patch regarding parameter handlingMatthias Dieter Wallnöfer1-4/+5
2011-11-07Add a --random-password option to user create command.Gémes Géza1-4/+16
2011-11-07s4: samba-tool user --help documenation improvementsTheresa Halloran1-6/+130
2011-11-01Simplify handling of user add command.Jelmer Vernooij1-6/+10
2011-10-23s4: samba-tool subcommand rename - change samba-tool user add to samba-tool u...Theresa Halloran1-2/+9
2011-10-14samba-tool: Don't require full prog line to be in synopsis.Jelmer Vernooij1-8/+6
2011-10-13samba-tool: Use self.outf in a few more places.Jelmer Vernooij1-12/+12
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