]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
tests/krb5: Make set_pac_sids() parameters keyword‐only
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Thu, 28 Sep 2023 03:06:01 +0000 (16:06 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 28 Sep 2023 03:33:38 +0000 (03:33 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/tests/krb5/kdc_base_test.py

index 9a875ac30ccf86a74ef57fc307ccf95ef03f3ec4..a79a07ce401a2b19ecf8504d42b000867cf710be 100644 (file)
@@ -1546,6 +1546,7 @@ class KDCBaseTest(TestCaseInTempDir, RawKerberosTest):
     # Replace the SIDs in a PAC with 'new_sids'.
     def set_pac_sids(self,
                      pac,
+                     *,
                      new_sids,
                      domain_sid,
                      user_rid,