From 586c4ec718ceb177e6ddee437af6416d9590b179 Mon Sep 17 00:00:00 2001 From: Jo Sutton Date: Fri, 22 Mar 2024 12:32:25 +1300 Subject: [PATCH] tests/krb5: Fix code spelling Signed-off-by: Jo Sutton Reviewed-by: Andrew Bartlett --- python/samba/tests/krb5/pkinit_tests.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/samba/tests/krb5/pkinit_tests.py b/python/samba/tests/krb5/pkinit_tests.py index 52cc891c57d..50613206097 100755 --- a/python/samba/tests/krb5/pkinit_tests.py +++ b/python/samba/tests/krb5/pkinit_tests.py @@ -589,7 +589,7 @@ class PkInitTests(KDCBaseTest): expect_error=ntstatus.NT_STATUS_WRONG_PASSWORD) def test_pkinit_ntlm_from_pac(self): - """Test public-key PK-INIT to get an NT has and confirm NTLM + """Test public-key PK-INIT to get an NT hash and confirm NTLM authentication is possible with it.""" client_creds = self._get_creds() client_creds.set_kerberos_state(credentials.AUTO_USE_KERBEROS) @@ -656,7 +656,7 @@ class PkInitTests(KDCBaseTest): logon_type=netlogon.NetlogonNetworkInformation) def test_pkinit_ntlm_from_pac_must_change_now(self): - """Test public-key PK-INIT to get an NT has and confirm NTLM + """Test public-key PK-INIT to get an NT hash and confirm NTLM authentication is possible with it.""" client_creds = self._get_creds() client_creds.set_kerberos_state(credentials.AUTO_USE_KERBEROS) -- 2.11.4.GIT