mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
tests/krb5: Fix comments
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Thu Nov 2 20:13:50 UTC 2023 on atb-devel-224
This commit is contained in:
parent
62373eeef0
commit
3ef68efca2
@ -1920,7 +1920,7 @@ class DeviceTests(KDCBaseTest):
|
||||
tgs_mach_from_rodc = case.pop('tgs:mach:from_rodc', None)
|
||||
|
||||
# Optional groups which the machine is added to or removed from prior
|
||||
# to a TGS-REQ , to test how the groups in the device PAC are expanded.
|
||||
# to a TGS-REQ, to test how the groups in the device PAC are expanded.
|
||||
tgs_mach_added = case.pop('tgs:mach:added', None)
|
||||
tgs_mach_removed = case.pop('tgs:mach:removed', None)
|
||||
|
||||
|
@ -541,7 +541,7 @@ class S4UKerberosTests(KDCBaseTest):
|
||||
'expected_flags': 'forwardable'
|
||||
})
|
||||
|
||||
# Do an S4U2Self an check that the service asserted identity is part of
|
||||
# Do an S4U2Self and check that the service asserted identity is part of
|
||||
# the sids.
|
||||
def test_s4u2self_asserted_identity(self):
|
||||
self._run_s4u2self_test(
|
||||
|
Loading…
Reference in New Issue
Block a user