summaryrefslogtreecommitdiff
path: root/python/samba/tests/samba_tool/user.py
AgeCommit message (Expand)AuthorFilesLines
2025-01-23samba-tool user disable: add new --remove-supplemental-groups optionBjörn Baumbach1-0/+78
2024-03-12selftest: add tests for "samba-tool user list --locked-only"Jule Anger1-0/+25
2024-02-29samba-tool user getpassword: Clarify success wordingAndrew Bartlett1-1/+1
2024-02-29python/samba/tests: Include more detail on invoication in test of "samba-tool...Andrew Bartlett1-1/+3
2023-12-21selftest: fix failing user setpassword testRob van der Linde1-2/+2
2023-12-21netcmd: getpassword: print OK message on stderrRob van der Linde1-3/+2
2023-11-30python: tests: update all super calls to python 3 style in testsRob van der Linde1-2/+2
2023-06-23python:samba:tests: Fix code spellingAndreas Schneider1-1/+1
2023-05-16python:tests: Remove unused variablesJoseph Sutton1-6/+6
2023-02-23python: fix mutable default argumentsRob van der Linde1-3/+9
2023-02-20python:tests: Make sure we delete the OU for movetestAndreas Schneider1-5/+3
2023-02-20python:tests: Make sure we do not run into issues with already existing usersAndreas Schneider1-0/+13
2022-05-10tests/samba-tool user: Add test for adding a user over LDAPJoseph Sutton1-1/+40
2022-05-05selftest: Run some tests in the ad_dc_no_ntlm environment to show expected be...Andrew Bartlett1-4/+12
2022-05-05samba-tool tests: Remove unused variableJoseph Sutton1-1/+0
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