summaryrefslogtreecommitdiff
path: root/python/samba/tests/krb5/authn_policy_tests.py
AgeCommit message (Expand)AuthorFilesLines
2024-06-10python/tests/krb5: Move check_ticket_times() to kdc_base_test.pyAndrew Bartlett1-30/+0
2024-03-21tests/krb5: Add tests for AllowedToAuthenticateTo with an AS-REQJo Sutton1-0/+372
2024-03-20python: pep8: fix import sorting after moveRob van der Linde1-9/+8
2024-03-20python: move models out of the netcmd packageRob van der Linde1-1/+1
2024-01-15python: Generate HRESULT definitions automaticallyJoseph Sutton1-1/+1
2023-11-30python: move HRES_SEC_* constants to samba moduleRob van der Linde1-3/+1
2023-11-01tests/krb5: Test that the Claims Valid SID is added to RODC‐issued PACsJoseph Sutton1-8/+3
2023-10-25python:tests: Remove unnecessary f‐stringsJoseph Sutton1-3/+3
2023-10-01tests/krb5: Test that the correct Asserted Identity SID is added when inner F...Joseph Sutton1-0/+60
2023-08-14tests/krb5: Test that neither forwardable nor proxiable tickets are issued to...Joseph Sutton1-0/+71
2023-08-14tests/krb5: Allow specifying KDC options when requesting a TGTJoseph Sutton1-4/+9
2023-08-14tests/krb5: Allow specifying additional details for a test accountJoseph Sutton1-0/+3
2023-08-14tests/krb5: Split out new AuthnPolicyBaseTests classJoseph Sutton1-1/+3
2023-08-14tests/krb5: Move some functions round to prepare for splitting the classJoseph Sutton1-169/+169
2023-08-14tests/krb5: Allow cached=True with an assigned silo or policyJoseph Sutton1-3/+5
2023-08-08tests/krb5: Correct commentJoseph Sutton1-1/+1
2023-06-27tests/krb5: Adjust authentication policy RBCD tests to expect appropriate fai...Joseph Sutton1-15/+25
2023-06-26tests/krb5: Test that client policies are not enforced with S4UJoseph Sutton1-0/+227
2023-06-26tests/krb5: Fix RBCD commentsJoseph Sutton1-6/+6
2023-06-26tests/krb5: Don’t unnecessarily specify ‘id’Joseph Sutton1-9/+0
2023-06-25auth: Add functionality to log client and server policy informationJoseph Sutton1-2/+2
2023-06-25tests/krb5: Test authentication policy audit loggingJoseph Sutton1-1/+1826
2023-06-25tests/krb5: Test more authentication logging of TGT lifetimesJoseph Sutton1-2/+6
2023-06-25tests/krb5: Improve authentication policy creationJoseph Sutton1-748/+323
2023-06-14tests/krb5: Test authentication with policy restrictions and a wrong passwordJoseph Sutton1-0/+145
2023-06-14tests/krb5: Test S4U2Self followed by constrained delegation with authenticat...Joseph Sutton1-0/+116
2023-06-14tests/krb5: Make use of KerberosCredentials.get_sid()Joseph Sutton1-217/+76
2023-06-14tests/krb5: Fix overlong linesJoseph Sutton1-3/+5
2023-06-14tests/krb5: Add a couple of authentication policy testsJoseph Sutton1-0/+38
2023-06-14tests/krb5: Test authentication logging of TGT lifetimesJoseph Sutton1-5/+17
2023-05-29tests/krb5: Don’t cache accounts with an assigned policy or siloJoseph Sutton1-0/+2
2023-05-18tests/krb5: Add tests for authentication policiesJoseph Sutton1-0/+6589