summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba/netcmd/user.py
Commit message (Expand)AuthorAgeFilesLines
* Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij2013-03-021-605/+0
* samba-tool/user setpassword: fix help messageStefan Metzmacher2013-02-041-3/+3
* samba-tool user: Fix typos, improve messages.Jelmer Vernooij2012-10-181-6/+10
* Warn when setting UID/GID without idmap_ldb:use rfc2307 = YesAlexander Wuerstlein2012-10-181-0/+4
* Set RFC2307 attributes in samba-tool createAlexander Wuerstlein2012-10-181-2/+33
* samba-tool: Some more unifications...Karolin Seeger2012-10-091-1/+1
* samba-tool: Unify usage messages.Karolin Seeger2012-10-081-8/+8
* samba.netcmd: Formatting fixes, break lines.Jelmer Vernooij2012-09-161-9/+14
* s4-samba-tool: add password verification in change user passBjörn Baumbach2012-03-211-1/+5
* s4-samba-tool: add password verification in add userBjörn Baumbach2012-03-211-0/+4
* s4:samba-tool: remove remains of patch conflict resolutionMichael Adam2012-03-161-1/+0
* s4-python: Remove env from non-executable netcmd scripts.Andreas Schneider2012-03-131-2/+0
* samba-tool user password: Re-add support for option groups.Jelmer Vernooij2012-02-071-4/+13
* Revert "samba-tool: moved takes_optiongroups definition to Command base class"Jelmer Vernooij2012-02-071-5/+43
* samba-tool: print samaccountname in samba-tool user listAndrew Tridgell2011-11-101-6/+3
* samba-tool: Added new "user disable" commandGiampaolo Lauria2011-11-101-0/+33
* samba-tool: Added "user list" commandGiampaolo Lauria2011-11-101-0/+34
* s4:samba-tool user command - always initialise the boolean arguments properlyMatthias Dieter Wallnöfer2011-11-081-3/+3
* s4:samba-tool - other fix for Gémes Géza patch regarding parameter handlingMatthias Dieter Wallnöfer2011-11-081-2/+2
* s4:samba-tool - fix Gémes Géza patch regarding parameter handlingMatthias Dieter Wallnöfer2011-11-071-4/+5
* Add a --random-password option to user create command.Gémes Géza2011-11-071-4/+16
* s4: samba-tool user --help documenation improvementsTheresa Halloran2011-11-071-6/+130
* Simplify handling of user add command.Jelmer Vernooij2011-11-011-6/+10
* s4: samba-tool subcommand rename - change samba-tool user add to samba-tool u...Theresa Halloran2011-10-231-2/+9
* samba-tool: Don't require full prog line to be in synopsis.Jelmer Vernooij2011-10-141-8/+6
* samba-tool: Use self.outf in a few more places.Jelmer Vernooij2011-10-131-12/+12
* 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