From: Jennifer Sutton Date: Sat, 23 Nov 2024 00:25:34 +0000 (+1300) Subject: tests/krb5: Correct comment X-Git-Tag: tevent-0.17.0~107 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07b4266e5faa8029c51852f551e19a75b1b61c4a;p=thirdparty%2Fsamba.git tests/krb5: Correct comment Signed-off-by: Jennifer Sutton Reviewed-by: Douglas Bagnall --- diff --git a/python/samba/tests/krb5/conditional_ace_tests.py b/python/samba/tests/krb5/conditional_ace_tests.py index f8dc0ef0574..d22b3d4e6bb 100755 --- a/python/samba/tests/krb5/conditional_ace_tests.py +++ b/python/samba/tests/krb5/conditional_ace_tests.py @@ -540,7 +540,7 @@ class ConditionalAceTests(ConditionalAceBaseTests): client_creds = self._get_creds(account_type=self.AccountType.USER, assigned_policy=policy) - # As the policy is unenforced, the ‘ad://ext/AuthenticationSilo’ claim + # As the silo is unenforced, the ‘ad://ext/AuthenticationSilo’ claim # will not be present in the TGT, and the ACE will never allow access. armor_tgt = self.get_tgt(self._mach_creds)