summaryrefslogtreecommitdiff
path: root/python/samba/tests/samba_tool
AgeCommit message (Expand)AuthorFilesLines
2023-12-21selftest: Add tests for "samba-tool user get-kerberos-ticket"Andrew Bartlett1-0/+195
2023-12-21python: tests: blackbox test for GMSARob van der Linde1-0/+171
2023-12-21selftest: Modify expected output of 'samba-tool user getpassword' to be more ...Andrew Bartlett2-48/+50
2023-12-21selftest: fix failing user setpassword testRob van der Linde1-2/+2
2023-12-21netcmd: getpassword: print OK message on stderrRob van der Linde4-15/+5
2023-12-21selftest: Avoid assertTrue() and assertFalse() where a better test existsAndrew Bartlett1-39/+39
2023-12-21selftest: make _get_attribute use parse_ldifRob van der Linde1-7/+4
2023-12-21selftest: make _get_attribute a method on base classRob van der Linde4-88/+82
2023-12-21selftest: pep8: fix incorrect number of blank linesRob van der Linde2-0/+2
2023-12-21selftest: remove unused imports from virtualCryptSHA testsRob van der Linde2-11/+0
2023-12-21selftest: function _get_attribute() was in two placesRob van der Linde1-13/+1
2023-11-30python: tests: update all super calls to python 3 style in testsRob van der Linde26-48/+48
2023-11-30python: get rid of pointless empty overridden methodsRob van der Linde4-11/+0
2023-11-30python: PEP275: docstrings should always use double quotesRob van der Linde1-2/+2
2023-11-22netcmd: auth policy: add allowed-to-authenticate-from-device-group attributesRob van der Linde1-0/+90
2023-11-22netcmd: auth policy: add allowed-to-authenticate-to-by-group attributesRob van der Linde2-0/+141
2023-11-22netcmd: auth policy: rename "from silo" to "from device silo"Rob van der Linde1-16/+16
2023-11-22netcmd: auth policy: add allowed to authenticate to by silo attributesRob van der Linde1-0/+189
2023-11-22netcmd: models: add field test for SIDFieldRob van der Linde1-1/+43
2023-11-22netcmd: models: use correct SDDL for authentication silosRob van der Linde1-6/+6
2023-11-15pytest:samba-tool domain auth policy: expect error message detailDouglas Bagnall1-3/+3
2023-11-15netcmd: tests: update silo member grant and revoke docstings and commentsRob van der Linde1-4/+4
2023-11-15netcmd: tests: rename silo member tests to grant + revokeRob van der Linde1-3/+3
2023-11-15netcmd: tests: rename add_silo_member and remove_silo_member methods in testRob van der Linde1-7/+7
2023-11-15netcmd: silo member: update docstrings comments and print statements for gran...Rob van der Linde1-2/+3
2023-11-15netcmd: silo member: rename add and remove commands to grant and revokeRob van der Linde1-4/+4
2023-11-15netcmd: tests: add tests for user auth policy and silo commandsRob van der Linde2-0/+170
2023-11-15netcmd: tests: rename domain_auth_base.py to silo_base.pyRob van der Linde3-2/+2
2023-11-15netcmd: tests: rename base class to be used by more testsRob van der Linde3-7/+7
2023-11-15netcmd: silo member: Make output consistent with user commandRob van der Linde1-1/+2
2023-11-15netcmd: tests: make use of unique_nameRob van der Linde1-1/+1
2023-11-15netcmd: silo member uses consistent output with other commandsRob van der Linde1-3/+5
2023-11-09netcmd:tests: Test authentication policies containing device‐specific attri...Joseph Sutton1-1/+102
2023-11-01pytest:samba-tool domain test policy: test SDDL diagnosticsDouglas Bagnall1-0/+42
2023-11-01pytest: samba_tool domain auth policy fix for SDDL err msgDouglas Bagnall1-2/+2
2023-10-27python: silos: add support for allowed to authenticate from silo shortcutRob van der Linde1-0/+128
2023-10-26python: silos: add some missing tests for auth policy commandRob van der Linde1-0/+115
2023-10-26python: tests: claims and silo tests make use of unique_nameRob van der Linde2-150/+182
2023-10-26python: tests: improve comments for auth silo and policy testsRob van der Linde3-4/+17
2023-10-26python: tests: qa and developers were not in the correct caseRob van der Linde1-3/+3
2023-10-26python: tests: addCleanup is always before create operationRob van der Linde2-26/+46
2023-10-26netcmd: tests: make use of addCleanupRob van der Linde1-16/+2
2023-10-26netcmd: claims: rename claims and silo testsRob van der Linde3-102/+111
2023-10-26netcmd: silo command uses more consistent naming for tgt argsRob van der Linde1-36/+36
2023-10-26netcmd: silo command uses more consistent naming for policy argsRob van der Linde2-38/+48
2023-10-26netcmd: silo command remove combined --policy which set all 3Rob van der Linde3-46/+36
2023-10-25python:tests: Fix code spellingJoseph Sutton1-1/+1
2023-10-25python:tests: Remove unnecessary f‐stringsJoseph Sutton1-1/+1
2023-10-24python: getopt: Add HostOptions to avoid need to manually add -HRob van der Linde1-5/+3
2023-10-24python: getopt: subclass OptionParser to populate option_classRob van der Linde1-3/+2