From: Douglas Bagnall Date: Thu, 27 Feb 2025 02:30:03 +0000 (+1300) Subject: manpages: add samba-tool delegation {add,del}-principal X-Git-Tag: tevent-0.17.0~563 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c01a612680dd2bba92bb6621398b5762eaa5e46;p=thirdparty%2Fsamba.git manpages: add samba-tool delegation {add,del}-principal Signed-off-by: Douglas Bagnall Reviewed-by: Rowland Penny --- diff --git a/docs-xml/manpages/samba-tool.8.xml b/docs-xml/manpages/samba-tool.8.xml index 3bd7b75a73e..9ffe341264d 100644 --- a/docs-xml/manpages/samba-tool.8.xml +++ b/docs-xml/manpages/samba-tool.8.xml @@ -488,6 +488,18 @@ Manage Delegations. + + delegation add-principal <replaceable>accountname</replaceable> <replaceable>principal</replaceable> [options] + Add a principal to msDS-AllowedToActOnBehalfOfOtherIdentity that may delegate to an account. + + + + + delegation del-principal <replaceable>accountname</replaceable> <replaceable>principal</replaceable> [options] + Delete a principal from msDS-AllowedToActOnBehalfOfOtherIdentity so that it may no longer delegate to an account. + + + delegation add-service <replaceable>accountname</replaceable> <replaceable>principal</replaceable> [options] Add a service principal as msDS-AllowedToDelegateTo.