summaryrefslogtreecommitdiff
path: root/python/samba/tests/krb5/gmsa_tests.py
AgeCommit message (Expand)AuthorFilesLines
2024-06-11ldb: Attach appropriate ldb context to returned resultJo Sutton1-1/+1
2024-06-04tests/krb5: Calculate correct gMSA password to fix flapping testJo Sutton1-1/+11
2024-06-04tests/krb5: Reset local database time in a cleaner (and nearly equivalent) fa...Jo Sutton1-4/+2
2024-06-04tests/krb5: Make use of update_password() methodJo Sutton1-2/+2
2024-05-22tests/krb5: Test that previous keys are counted as current keys following a g...Jo Sutton1-1/+94
2024-05-16tests/krb5: Add more tests for gMSAsJo Sutton1-3/+209
2024-05-16tests/krb5: Test viewing gMSA passwords after performing simple bindsJo Sutton1-0/+33
2024-05-16tests/krb5: Test that computers (and, by extension, gMSAs) cannot perform int...Jo Sutton1-0/+16
2024-05-16tests/krb5: Don’t pass gMSA as ‘domain_joined_mach_creds’ parameterJo Sutton1-3/+1
2024-05-16tests/krb5: Test performing NTLMSSP logons at different timesJo Sutton1-0/+375
2024-05-16tests/krb5: Test that gMSA passwords cannot be viewed over an unsealed connec...Jo Sutton1-0/+41
2024-05-16tests/krb5: Add ‘expect_success’ parameter to gensec_ntlmssp_logon()Jo Sutton1-6/+14
2024-05-16tests/krb5: Make use of gmsa_series_for_account() methodJo Sutton1-2/+28
2024-05-16tests/krb5: Add quantized_time() methodJo Sutton1-4/+13
2024-05-16tests/krb5: Read current time from correct SamDBJo Sutton1-2/+2
2024-04-24tests/krb5: Check that updated NT hashes of gMSAs have the values we expectJo Sutton1-0/+19
2024-04-21tests/krb5: Test retrieving a denied gMSA password over an unsealed connectionJo Sutton1-9/+59
2024-04-21tests/krb5: Add tests that gMSA keys are updated in the database when appropr...Jo Sutton1-1/+132
2024-04-21tests/krb5: Import MAX_CLOCK_SKEW more directlyJo Sutton1-1/+2
2024-04-16tests/krb5: Add tests for gMSAsJo Sutton1-0/+905