summaryrefslogtreecommitdiff
path: root/python/samba/tests/samba_tool/user.py
AgeCommit message (Expand)AuthorFilesLines
2021-03-01test: samba-tool user show: Test ';format=[GeneralizedTime,UnixTime,TimeSpec]...Björn Baumbach1-0/+132
2021-01-15samba-tool: Optionally hide disabled/expired accounts in "user list"Björn Baumbach1-0/+70
2020-11-04selftest: add test for new "samba-tool user unlock" commandBjörn Baumbach1-0/+41
2020-10-02python2 reduction: Merge remaining compat code into commonDavid Mulder1-2/+2
2020-10-01samba-tool tests: rename 'user create' to 'user add'Jule Anger1-5/+5
2020-10-01samba-tool tests: rename 'ou create' to 'ou add'Jule Anger1-2/+2
2020-10-01samba-tool tests: add test-cases for 'user rename'Jule Anger1-0/+234
2020-09-02samba-tool: Test creating unix user with modified template homedirDavid Mulder1-0/+8
2020-02-07pytests: heed assertEquals deprecation warning en-masseDouglas Bagnall1-25/+25
2020-01-21samba-tool tests: add test-case for 'user list --base-dn'Jule Anger1-0/+24
2020-01-21samba-tool tests: add test case for 'user list --full-dn'Jule Anger1-0/+22
2019-10-17samba-tool: Add facility to add rfc2307 attributes to an already created user...Rowland Penny1-2/+56
2019-05-06selftest: correcting empty attribute usage in requestsAaron Haslett1-1/+1
2019-03-21selftest: Remove mention of --extra-python from commentAndrew Bartlett1-1/+1
2018-10-19python tests Blackbox: add random_passwordGary Lockyer1-4/+4
2018-09-06PEP8: fix E127: continuation line over-indented for visual indentJoe Guo1-9/+9
2018-09-03python/samba/tests: Adjust teardown so second run of tests succeedsNoel Power1-0/+8
2018-09-03python/samba/tests: PY2/PY3 required changes for samba.tests.samba_tool.userNoel Power1-3/+5
2018-08-24PEP8: fix E303: too many blank lines (2)Joe Guo1-6/+0
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+1
2018-08-24PEP8: fix E301: expected 1 blank line, found 0Joe Guo1-0/+1
2018-08-24PEP8: fix E231: missing whitespace after ','Joe Guo1-11/+11
2018-08-24PEP8: fix E222: multiple spaces after operatorJoe Guo1-3/+3
2018-08-24PEP8: fix E202: whitespace before ')'Joe Guo1-1/+1
2018-08-24PEP8: fix E201: whitespace after '('Joe Guo1-8/+8
2018-08-24PEP8: fix E128: continuation line under-indented for visual indentJoe Guo1-22/+22
2018-08-24PEP8: fix E127: continuation line over-indented for visual indentJoe Guo1-51/+51
2018-08-24PEP8: fix E123: closing bracket does not match indentation of opening bracket...Joe Guo1-1/+1
2018-08-24PEP8: fix E122: continuation line missing indentation or outdentedJoe Guo1-1/+1
2018-05-15selftest: Make setexpiry test much more reliableAndrew Bartlett1-3/+2
2018-05-12python/samba: py2/py3 compatability always decode result of b64encodeNoel Power1-3/+3
2018-05-12python/samba/tests: py2/py3 compatability replace xrange with rangeNoel Power1-1/+1
2018-02-08tests/samba-tool: add tests for user move commandBjörn Baumbach1-0/+32
2018-02-08tests/samba-tool: add test for samba-tool user show commandBjörn Baumbach1-0/+22
2016-08-30tests/samba-tool/user.py: replace deprecated 'add' subcommand with 'create'Rowland Penny1-5/+5
2016-08-04tests:samba_tool: pass stdout and stderr to assertCmdSuccess()Stefan Metzmacher1-17/+15
2016-07-22python:samba/tests: use 'samba-tool user {getpassword,syncpasswords}' with --...Stefan Metzmacher1-4/+32
2016-07-22python:samba/tests: add simple 'samba-tool user syncpasswords' testStefan Metzmacher1-1/+45
2016-07-22python:samba/tests: verify the packages order in supplementalCredentialsStefan Metzmacher1-0/+75
2016-07-22python:samba/tests: add simple 'samba-tool user getpassword' testStefan Metzmacher1-1/+23
2013-05-15samba-tool/tests: Force the gecos of the user to a fixed value.Matthieu Patou1-1/+10
2013-05-06selftest: Output error when samba_tool user command failsMatthieu Patou1-2/+4
2013-03-02Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij1-0/+362