]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
tests/krb5: Correct comment
authorJennifer Sutton <jennifersutton@catalyst.net.nz>
Sat, 23 Nov 2024 00:25:34 +0000 (13:25 +1300)
committerJo Sutton <jsutton@samba.org>
Mon, 26 May 2025 02:41:37 +0000 (02:41 +0000)
Signed-off-by: Jennifer Sutton <jennifersutton@catalyst.net.nz>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
python/samba/tests/krb5/conditional_ace_tests.py

index f8dc0ef0574480386759509bf78b631012baa09b..d22b3d4e6bb6f4e987541afbb30aa9d4d97aaaa2 100755 (executable)
@@ -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)