From: Björn Baumbach Date: Wed, 7 Mar 2018 09:15:06 +0000 (+0100) Subject: docs-xml:samba-tool.8: document computer management commands X-Git-Tag: ldb-1.4.0~689 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5a51990f5dcc3cb8181d2fa4c3a1c07fea0f6112;p=thirdparty%2Fsamba.git docs-xml:samba-tool.8: document computer management commands Signed-off-by: Björn Baumbach Reviewed-by: Andrew Bartlett Reviewed-by: Douglas Bagnall --- diff --git a/docs-xml/manpages/samba-tool.8.xml b/docs-xml/manpages/samba-tool.8.xml index bcdad778992..79c0cb4d484 100644 --- a/docs-xml/manpages/samba-tool.8.xml +++ b/docs-xml/manpages/samba-tool.8.xml @@ -110,6 +110,76 @@ COMMANDS + + computer create <replaceable>computername</replaceable> [options] + Create a new computer in the Active Directory Domain. + The new computer name specified on the command is the + sAMAccountName, with or without the trailing dollar sign. + + + + --computerou=COMPUTEROU + + DN of alternative location (with or without domainDN counterpart) to + default CN=Users in which new computer object will be created. + E.g. 'OU=OUname'. + + + + + --description=DESCRIPTION + + The new computers's description. + + + + + --prepare-oldjoin + + Prepare enabled machine account for oldjoin mechanism. + + + + + + + computer delete <replaceable>computername</replaceable> [options] + Delete an existing computer account. + The computer name specified on the command is the + sAMAccountName, with or without the trailing dollar sign. + + + + computer list + List all computers. + + + + computer move <replaceable>computername</replaceable> <replaceable>new_parent_dn</replaceable> [options] + This command moves a computer account into the specified + organizational unit or container. + The computername specified on the command is the + sAMAccountName, with or without the trailing dollar sign. + The name of the organizational unit or container can be + specified as a full DN or without the domainDN component. + + + + computer show <replaceable>computername</replaceable> [options] + Display a computer AD object. + The computer name specified on the command is the + sAMAccountName, with or without the trailing dollar sign. + + + + --attributes=USER_ATTRS + + Comma separated list of attributes, which will be printed. + + + + + dbcheck Check the local AD database for errors.