summaryrefslogtreecommitdiff
path: root/python/samba/netcmd/user.py
AgeCommit message (Expand)AuthorFilesLines
2020-11-03samba-tool: add new "user unlock" commandBjörn Baumbach1-1/+73
2020-10-02python2 reduction: Merge remaining compat code into commonDavid Mulder1-2/+2
2020-10-01samba-tool user: rename 'user create' to 'user add'Jule Anger1-29/+15
2020-10-01samba-tool user: add new user 'rename' commandBjörn Baumbach1-0/+225
2020-09-02samba-tool: Create unix user with modified template homedirDavid Mulder1-2/+3
2020-08-11python compat: remove text_typeDouglas Bagnall1-3/+2
2020-03-05python: Fix userPrincipalName in GetPasswordCommand.get_account_attributes()Jonathon Reinhart1-1/+1
2020-01-21samba-tool: add -b/--base-dn option to users list commandJule Anger1-2/+10
2020-01-21samba-tool: add --full-dn option for user getgroups commandBjörn Baumbach1-2/+17
2020-01-21samba-tool: add --full-dn option to user list commandJule Anger1-1/+14
2020-01-15samba-tool: implement user getgroups commandStefan Metzmacher1-0/+78
2020-01-15samba-tool: implement user setprimary group command (set primaryGroupID)Björn Baumbach1-0/+111
2019-12-10samba-tool: add user-sensitive command to set not-delegated flagIsaac Boukris1-0/+58
2019-11-29samba-tool {user,group,computer,contact} show: avoid base64 encoded strings i...Björn Baumbach1-4/+2
2019-10-23samba-tool: py3 compatiblity in 'user syncpasswords --daemon'Heinz Hoelzl1-1/+2
2019-10-17samba-tool: Add facility to add rfc2307 attributes to an already created user...Rowland Penny1-0/+224
2019-09-24user.py: avoid inefficient string concatenationsBjörn Jacke1-30/+28
2019-09-21user.py: import tempfile module only where neededBjörn Jacke1-1/+1
2019-08-22python: use os.urandom, which is available in python by definitionBjörn Jacke1-39/+2
2019-07-04samba-tool user edit: avoid base64 encoded strings in editable ldif if possibleBjörn Baumbach1-1/+2
2019-07-04samba-tool user edit: simplify codeBjörn Baumbach1-3/+1
2019-07-04samba-tool user edit: use ldb methods to create ldif to modify userBjörn Baumbach1-38/+13
2019-07-04samba-tool: fix format of command description (help messages)Björn Baumbach1-7/+7
2019-01-09netcmd/user: python[3]-gpgme unsupported and replaced by python[3]-gpgJoe Guo1-25/+61
2018-11-20sync_passwords: Remove dirsync cookie logging for continuous operationGarming Sam1-1/+2
2018-11-14python/samba/netcmd: PY3 port samba.tests.samba_tool.editNoel Power1-1/+1
2018-11-01samba-tool user: fix message formatDouglas Bagnall1-2/+3
2018-11-01python: PY3 Exceptions don't have .messageDouglas Bagnall1-1/+1
2018-10-29python: do not use "is" for string equalityDouglas Bagnall1-5/+5
2018-10-25samba-tool user: remove unused importDouglas Bagnall1-1/+0
2018-09-06PEP8: fix E122: continuation line missing indentation or outdentedJoe Guo1-1/+1
2018-09-05samba-tool: add virtualKerberosSalt attribute to 'user getpassword/syncpasswo...Stefan Metzmacher1-0/+24
2018-09-03python/samba/netcmd: PY2/PY3 changes required for user_virtualCryptSHA testNoel Power1-5/+10
2018-09-03python/samba/tests: PY2/PY3 required changes for samba.tests.samba_tool.userNoel Power1-3/+3
2018-09-03s4/selftest: enable samba.tests.samba_tool.user_wdigest for python3Noel Power1-1/+2
2018-09-03python/samba: PY3 port for samba.tests.samba_tool.user_wdigest testNoel Power1-14/+15
2018-08-24PEP8: fix E712: comparison to False should be 'if cond is False:' or 'if not ...Joe Guo1-1/+1
2018-08-24PEP8: fix E703: statement ends with a semicolonJoe Guo1-1/+1
2018-08-24PEP8: fix E306: expected 1 blank line before a nested definition, found 0Joe Guo1-0/+2
2018-08-24PEP8: fix E305: expected 2 blank lines after class or function definition, fo...Joe Guo1-0/+1
2018-08-24PEP8: fix E303: too many blank lines (2)Joe Guo1-2/+0
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+13
2018-08-24PEP8: fix E261: at least two spaces before inline commentJoe Guo1-2/+2
2018-08-24PEP8: fix E231: missing whitespace after ','Joe Guo1-3/+3
2018-08-24PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo1-3/+3
2018-08-24PEP8: fix E225: missing whitespace around operatorJoe Guo1-5/+5
2018-08-24PEP8: fix E222: multiple spaces after operatorJoe Guo1-3/+3
2018-08-24PEP8: fix E203: whitespace before ':'Joe Guo1-3/+3
2018-08-24PEP8: fix E202: whitespace before ')'Joe Guo1-1/+1
2018-08-24PEP8: fix E201: whitespace after '('Joe Guo1-1/+1