summaryrefslogtreecommitdiff
path: root/python/samba/tests/samba_tool/domain_auth_policy.py
AgeCommit message (Expand)AuthorFilesLines
2024-10-04netcmd:domain:policy: Fix missing conversion from tgt_lifetime minutes to 10^...Andréas Leroux1-6/+13
2024-03-28netcmd: auth policy: remove old service-allowed-to-authenticate-from-silo and...Rob van der Linde1-66/+25
2024-03-28netcmd: auth policy: remove old user-allowed-to-authenticate-from-silo and groupRob van der Linde1-66/+25
2024-03-28netcmd: auth policy: remove old service-allowed-to-authenticate-to-silo and g...Rob van der Linde1-63/+25
2024-03-28netcmd: auth policy: remove old user-allowed-to-authenticate-to-silo and groupRob van der Linde1-63/+25
2024-03-28netcmd: auth policy: remove old computer-allowed-to-authenticate-to-silo and ...Rob van der Linde1-61/+23
2024-03-20python: pep8: fix import sorting after moveRob van der Linde1-1/+1
2024-03-20python: move models out of the netcmd packageRob van der Linde1-1/+1
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 Linde1-0/+135
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: 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: rename domain_auth_base.py to silo_base.pyRob van der Linde1-1/+1
2023-11-15netcmd: tests: rename base class to be used by more testsRob van der Linde1-2/+2
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 Linde1-88/+103
2023-10-26python: tests: improve comments for auth silo and policy testsRob van der Linde1-1/+7
2023-10-26python: tests: addCleanup is always before create operationRob van der Linde1-20/+31
2023-10-26netcmd: claims: rename claims and silo testsRob van der Linde1-38/+38
2023-10-26netcmd: silo command uses more consistent naming for tgt argsRob van der Linde1-36/+36
2023-10-26netcmd: silo command remove combined --policy which set all 3Rob van der Linde1-11/+9
2023-10-24netcmd: tests: stop checking for ERROR prefix from CommandErrorRob van der Linde1-7/+6
2023-10-24netcmd: don't turn exception into CommandError in run_validatorsRob van der Linde1-73/+60
2023-09-29netcmd: tests: add some tests for valid and invalid SDDL in cli commandsRob van der Linde1-0/+32
2023-09-29netcmd: tests: modify auth policy cli tests setup their own test dataRob van der Linde1-28/+71
2023-09-29netcmd: tests: test that create objects make use of addCleanupRob van der Linde1-0/+15
2023-09-29netcmd: tests: tests tidyup and make use of setUpTestDataRob van der Linde1-4/+8
2023-06-25netcmd: domain: add error handling to domain auth commandsRob van der Linde1-11/+11
2023-06-25netcmd: domain: tests for auth silo command line toolsRob van der Linde1-0/+607