From: Joseph Sutton Date: Wed, 19 Jul 2023 00:50:16 +0000 (+1200) Subject: tests/krb5: Correct comment X-Git-Tag: tevent-0.16.0~1191 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b3e684b53524af0aaadab779ee5b970006150cc9;p=thirdparty%2Fsamba.git tests/krb5: Correct comment Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- diff --git a/python/samba/tests/krb5/authn_policy_tests.py b/python/samba/tests/krb5/authn_policy_tests.py index b2625cc4013..213879e7e6e 100755 --- a/python/samba/tests/krb5/authn_policy_tests.py +++ b/python/samba/tests/krb5/authn_policy_tests.py @@ -3117,7 +3117,7 @@ class AuthnPolicyTests(AuthLogTestBase, KdcTgsBaseTests): target_creds = self._get_creds(account_type=self.AccountType.COMPUTER, assigned_policy=policy) - # Show that authentication is allowed. + # Show that obtaining a service ticket is allowed. self._tgs_req(tgt, 0, client_creds, target_creds, armor_tgt=mach_tgt)