]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
manpages: add samba-tool delegation {add,del}-principal
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Thu, 27 Feb 2025 02:30:03 +0000 (15:30 +1300)
committerDouglas Bagnall <dbagnall@samba.org>
Wed, 12 Mar 2025 19:57:34 +0000 (19:57 +0000)
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Rowland Penny <rpenny@samba.org>
docs-xml/manpages/samba-tool.8.xml

index 3bd7b75a73e06a52de1c6293f981bfd862c29b3a..9ffe341264def47fdba103bacd30259e659d7b16 100644 (file)
        <para>Manage Delegations.</para>
 </refsect2>
 
+<refsect3>
+       <title>delegation add-principal <replaceable>accountname</replaceable> <replaceable>principal</replaceable> [options]</title>
+       <para>Add a principal to msDS-AllowedToActOnBehalfOfOtherIdentity that may delegate to an account.
+       </para>
+</refsect3>
+
+<refsect3>
+       <title>delegation del-principal <replaceable>accountname</replaceable> <replaceable>principal</replaceable> [options]</title>
+       <para>Delete a principal from msDS-AllowedToActOnBehalfOfOtherIdentity so that it may no longer delegate to an account.
+       </para>
+</refsect3>
+
 <refsect3>
        <title>delegation add-service <replaceable>accountname</replaceable> <replaceable>principal</replaceable> [options]</title>
        <para>Add a service principal as msDS-AllowedToDelegateTo.</para>