Skip to content

Commit

Permalink
tests/krb5: Correct comment
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph Sutton <[email protected]>
Reviewed-by: Andrew Bartlett <[email protected]>
  • Loading branch information
jsutton24 authored and abartlet committed Aug 8, 2023
1 parent ccf9947 commit b3e684b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/samba/tests/krb5/authn_policy_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -3117,7 +3117,7 @@ def test_authn_policy_allowed_to_empty(self):
target_creds = self._get_creds(account_type=self.AccountType.COMPUTER,
assigned_policy=policy)

# Show that authentication is allowed.
# Show that obtaining a service ticket is allowed.
self._tgs_req(tgt, 0, client_creds, target_creds,
armor_tgt=mach_tgt)

Expand Down

0 comments on commit b3e684b

Please sign in to comment.