1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-19 12:23:49 +03:00

samba-tool delegation: Clarify msDS-AllowedToDelegateTo delegation command documentation

This makes the difference between msDS-AllowedToDelegateTo and
msDS-AllowedToActOnBehalfOfOtherIdentity more clear.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14954

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Joseph Sutton
2022-02-21 14:58:47 +13:00
committed by Andrew Bartlett
parent 9a480f274b
commit 52f9629408

View File

@@ -293,7 +293,7 @@ class cmd_delegation_for_any_protocol(Command):
class cmd_delegation_add_service(Command):
"""Add a service principal as msDS-AllowedToDelegateTo."""
"""Add a service principal to msDS-AllowedToDelegateTo so that an account may delegate to it."""
synopsis = "%prog <accountname> <principal> [options]"
@@ -347,7 +347,7 @@ class cmd_delegation_add_service(Command):
class cmd_delegation_del_service(Command):
"""Delete a service principal as msDS-AllowedToDelegateTo."""
"""Delete a service principal from msDS-AllowedToDelegateTo so that an account may no longer delegate to it."""
synopsis = "%prog <accountname> <principal> [options]"