From: Björn Baumbach Date: Wed, 24 Jan 2018 17:01:42 +0000 (+0100) Subject: docs-xml:samba-tool.8: document "group move" command X-Git-Tag: tevent-0.9.36~199 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8466323c1f1ca69981f0ade14937cf7737ee5549;p=thirdparty%2Fsamba.git docs-xml:samba-tool.8: document "group move" command Signed-off-by: Björn Baumbach Reviewed-by: Douglas Bagnall --- diff --git a/docs-xml/manpages/samba-tool.8.xml b/docs-xml/manpages/samba-tool.8.xml index 298a0e5bd72..bcdad778992 100644 --- a/docs-xml/manpages/samba-tool.8.xml +++ b/docs-xml/manpages/samba-tool.8.xml @@ -444,6 +444,17 @@ List all members of the specified AD group. + + group move <replaceable>groupname</replaceable> <replaceable>new_parent_dn</replaceable> [options] + This command moves a group into the specified organizational unit + or container. + The groupname specified on the command is the sAMAccountName. + + The name of the organizational unit or container can be + specified as a full DN or without the domainDN component. + + + group removemembers <replaceable>groupname</replaceable> <replaceable>members</replaceable> [options] Remove members from the specified AD group.