1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-20 22:50:26 +03:00

tests/krb5: Fix method name typo

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14817
(cherry picked from commit 7013a8edd1f628b8659f0836f3b37ccf13156ae2)
This commit is contained in:
Joseph Sutton 2021-07-06 10:17:52 +12:00 committed by Jule Anger
parent b74fca8dd0
commit 27e3155358
3 changed files with 15 additions and 15 deletions

View File

@ -444,7 +444,7 @@ class KDCBaseTest(RawKerberosTest):
return enc_part
def check_pre_authenication(self, rep):
def check_pre_authentication(self, rep):
""" Check that the kdc response was pre-authentication required
"""
self.check_error_rep(rep, KDC_ERR_PREAUTH_REQUIRED)
@ -794,7 +794,7 @@ class KDCBaseTest(RawKerberosTest):
names=["krbtgt", realm])
rep = self.as_req(cname, sname, realm, etype)
self.check_pre_authenication(rep)
self.check_pre_authentication(rep)
# Do the next AS-REQ
padata = self.get_pa_data(user_credentials, rep)

View File

@ -63,7 +63,7 @@ class KdcTgsTests(KDCBaseTest):
name_type=NT_SRV_INST, names=["krbtgt", realm])
rep = self.as_req(cname, sname, realm, etype)
self.check_pre_authenication(rep)
self.check_pre_authentication(rep)
# Do the next AS-REQ
padata = self.get_pa_data(uc, rep)
@ -113,7 +113,7 @@ class KdcTgsTests(KDCBaseTest):
name_type=NT_SRV_INST, names=["krbtgt", realm])
rep = self.as_req(cname, sname, realm, etype)
self.check_pre_authenication(rep)
self.check_pre_authentication(rep)
# Do the next AS-REQ
padata = self.get_pa_data(uc, rep)
@ -154,7 +154,7 @@ class KdcTgsTests(KDCBaseTest):
name_type=NT_SRV_INST, names=["krbtgt", realm])
rep = self.as_req(cname, sname, realm, etype)
self.check_pre_authenication(rep)
self.check_pre_authentication(rep)
# Do the next AS-REQ
padata = self.get_pa_data(uc, rep)

View File

@ -106,7 +106,7 @@ class MS_Kile_Client_Principal_Lookup_Tests(KDCBaseTest):
name_type=NT_SRV_INST, names=["krbtgt", realm])
rep = self.as_req(cname, sname, realm, etype)
self.check_pre_authenication(rep)
self.check_pre_authentication(rep)
# Do the next AS-REQ
padata = self.get_pa_data(uc, rep)
@ -165,7 +165,7 @@ class MS_Kile_Client_Principal_Lookup_Tests(KDCBaseTest):
name_type=NT_SRV_INST, names=["krbtgt", realm])
rep = self.as_req(cname, sname, realm, etype)
self.check_pre_authenication(rep)
self.check_pre_authentication(rep)
# Do the next AS-REQ
padata = self.get_pa_data(mc, rep)
@ -227,7 +227,7 @@ class MS_Kile_Client_Principal_Lookup_Tests(KDCBaseTest):
name_type=NT_SRV_INST, names=["krbtgt", realm])
rep = self.as_req(cname, sname, realm, etype)
self.check_pre_authenication(rep)
self.check_pre_authentication(rep)
# Do the next AS-REQ
padata = self.get_pa_data(uc, rep)
@ -365,7 +365,7 @@ class MS_Kile_Client_Principal_Lookup_Tests(KDCBaseTest):
name_type=NT_SRV_INST, names=["krbtgt", realm])
rep = self.as_req(cname, sname, realm, etype)
self.check_pre_authenication(rep)
self.check_pre_authentication(rep)
# Do the next AS-REQ
padata = self.get_pa_data(uc, rep)
@ -433,7 +433,7 @@ class MS_Kile_Client_Principal_Lookup_Tests(KDCBaseTest):
name_type=NT_SRV_INST, names=["krbtgt", realm])
rep = self.as_req(cname, sname, realm, etype)
self.check_pre_authenication(rep)
self.check_pre_authentication(rep)
# Do the next AS-REQ
padata = self.get_pa_data(uc, rep)
@ -472,7 +472,7 @@ class MS_Kile_Client_Principal_Lookup_Tests(KDCBaseTest):
name_type=NT_SRV_INST, names=["krbtgt", realm])
rep = self.as_req(cname, sname, realm, etype)
self.check_pre_authenication(rep)
self.check_pre_authentication(rep)
# Do the next AS-REQ
padata = self.get_pa_data(uc, rep)
@ -535,7 +535,7 @@ class MS_Kile_Client_Principal_Lookup_Tests(KDCBaseTest):
name_type=NT_SRV_INST, names=["krbtgt", realm])
rep = self.as_req(cname, sname, realm, etype)
self.check_pre_authenication(rep)
self.check_pre_authentication(rep)
# Do the next AS-REQ
padata = self.get_pa_data(uc, rep)
@ -599,7 +599,7 @@ class MS_Kile_Client_Principal_Lookup_Tests(KDCBaseTest):
name_type=NT_SRV_INST, names=["krbtgt", realm])
rep = self.as_req(cname, sname, realm, etype)
self.check_pre_authenication(rep)
self.check_pre_authentication(rep)
# Do the next AS-REQ
padata = self.get_pa_data(mc, rep)
@ -741,7 +741,7 @@ class MS_Kile_Client_Principal_Lookup_Tests(KDCBaseTest):
name_type=NT_SRV_INST, names=["krbtgt", realm])
rep = self.as_req(cname, sname, realm, etype)
self.check_pre_authenication(rep)
self.check_pre_authentication(rep)
# Do the next AS-REQ
padata = self.get_pa_data(uc, rep)
@ -810,7 +810,7 @@ class MS_Kile_Client_Principal_Lookup_Tests(KDCBaseTest):
name_type=NT_SRV_INST, names=["krbtgt", realm])
rep = self.as_req(cname, sname, realm, etype)
self.check_pre_authenication(rep)
self.check_pre_authentication(rep)
# Do the next AS-REQ
padata = self.get_pa_data(uc, rep)