]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
tests/krb5: Correct comment
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Wed, 19 Jul 2023 00:50:16 +0000 (12:50 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 8 Aug 2023 04:39:37 +0000 (04:39 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/tests/krb5/authn_policy_tests.py

index b2625cc4013701cdc4e9e66ca8bbae5bd25a1d52..213879e7e6e2c961858e433a682c596c7280a3cc 100755 (executable)
@@ -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)