mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
tests/krb5: Fix indentation
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
d791bfae77
commit
2e891f59b8
@ -5224,9 +5224,9 @@ class TgsReqServicePolicyTests(ConditionalAceBaseTests):
|
||||
|
||||
# Show that obtaining a service ticket with an AS‐REQ is allowed.
|
||||
self._armored_as_req(client_creds,
|
||||
target_creds,
|
||||
mach_tgt,
|
||||
expected_groups=expected_groups)
|
||||
target_creds,
|
||||
mach_tgt,
|
||||
expected_groups=expected_groups)
|
||||
|
||||
self.check_as_log(client_creds,
|
||||
armor_creds=mach_creds,
|
||||
@ -5365,9 +5365,9 @@ class TgsReqServicePolicyTests(ConditionalAceBaseTests):
|
||||
|
||||
# Show that obtaining a service ticket with an AS‐REQ is allowed.
|
||||
self._armored_as_req(client_creds,
|
||||
self.get_krbtgt_creds(),
|
||||
mach_tgt,
|
||||
expected_groups=expected_groups)
|
||||
self.get_krbtgt_creds(),
|
||||
mach_tgt,
|
||||
expected_groups=expected_groups)
|
||||
|
||||
self.check_as_log(client_creds,
|
||||
armor_creds=mach_creds,
|
||||
|
Loading…
Reference in New Issue
Block a user