From: Rob van der Linde Date: Mon, 25 Mar 2024 05:07:02 +0000 (+1300) Subject: netcmd: docs: add documentation for service-account base command X-Git-Tag: tdb-1.4.11~1338 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03a6740a90b2c6e5bdb7182444b5eb17b3fb98c1;p=thirdparty%2Fsamba.git netcmd: docs: add documentation for service-account base command Signed-off-by: Rob van der Linde Reviewed-by: Douglas Bagnall Reviewed-by: Andrew Bartlett --- diff --git a/docs-xml/manpages/samba-tool.8.xml b/docs-xml/manpages/samba-tool.8.xml index e6c0c08c240..6ca978862c9 100644 --- a/docs-xml/manpages/samba-tool.8.xml +++ b/docs-xml/manpages/samba-tool.8.xml @@ -1635,6 +1635,136 @@ + + service-account + Service account management. + + + + service-account list + List service accounts on the domain. + + + -H, --URL + + LDB URL for database or target server. + + + + --json + + View service accounts as JSON instead of a list. + + + + + + + service-account view + View a single service account on the domain. + + + -H, --URL + + LDB URL for database or target server. + + + + --name + + Account name of service account to view (required). + + + + + + + service-account create + Create a new service account on the domain. + + + -H, --URL + + LDB URL for database or target server. + + + + --name + + Account name of service account (required). + + + + --dns-host-name + + DNS hostname of this service account (required). + + + + --group-msa-membership + + Optional Group MSA Membership SDDL. + + + + --managed-password-interval + + Managed password refresh interval in days. + + + + + + + service-account modify + Modify an existing service account on the domain. + + + -H, --URL + + LDB URL for database or target server. + + + + --name + + Account name of service account (required). + + + + --dns-host-name + + Update DNS hostname of this service account. + + + + --group-msa-membership + + Update Group MSA Membership SDDL. + + + + + + + service-account delete + Delete a service accounts on the domain. + + + -H, --URL + + LDB URL for database or target server. + + + + --name + + Account name of service account to delete. + + + + + domain classicupgrade [options] <replaceable>classic_smb_conf</replaceable> Upgrade from Samba classic (NT4-like) database to Samba AD DC