mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
selftest: Fix flipped machine and user constants
This naturally does not change the test, but reduces developer confusion. Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
This commit is contained in:
parent
d7f731ed35
commit
579a3c641c
@ -120,8 +120,8 @@ class TestData:
|
||||
return rep
|
||||
|
||||
|
||||
MACHINE_NAME = "tstkrb5cnnusr"
|
||||
USER_NAME = "tstkrb5cnnmch"
|
||||
MACHINE_NAME = "tstkrb5cnnmch"
|
||||
USER_NAME = "tstkrb5cnnusr"
|
||||
|
||||
# Encryption types
|
||||
AES256_CTS_HMAC_SHA1_96 = int(
|
||||
|
Loading…
Reference in New Issue
Block a user