From: Jule Anger Date: Thu, 6 Aug 2020 13:40:43 +0000 (+0200) Subject: doc: add samba-tool group rename command to samba-tool man page X-Git-Tag: talloc-2.3.2~362 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3ff79e81fb83cf466063ed3e8ac986a58430dafe;p=thirdparty%2Fsamba.git doc: add samba-tool group rename command to samba-tool man page Signed-off-by: Jule Anger Reviewed-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 9f58b98635a..e268519f7bb 100644 --- a/docs-xml/manpages/samba-tool.8.xml +++ b/docs-xml/manpages/samba-tool.8.xml @@ -872,6 +872,48 @@ Show statistics for overall groups and group memberships. + + group rename <replaceable>groupname</replaceable> [options] + Rename a group and related attributes. + This command allows to set the group's name related attributes. The + group's CN will be renamed automatically. + The group's CN will be the sAMAccountName. + Use the --force-new-cn option to specify the new CN manually and the + --reset-cn to reset this change. + Use an empty attribute value to remove the specified attribute. + The groupname specified on the command is the sAMAccountName. + + + + --force-new-cn=NEW_CN + + Specify a new CN (RDN) instead of using the sAMAccountName. + + + + + --reset-cn + + Set the CN to the sAMAccountName. + + + + + --mail-address=MAIL_ADDRESS + + New mail address + + + + + --samaccountname=SAMACCOUNTNAME + + New account name (sAMAccountName/logon name) + + + + + ldapcmp <replaceable>URL1</replaceable> <replaceable>URL2</replaceable> <replaceable>domain|configuration|schema|dnsdomain|dnsforest</replaceable> [options] Compare two LDAP databases.