From: Douglas Bagnall Date: Wed, 5 Mar 2025 00:20:26 +0000 (+1300) Subject: manpages:samba-tool: sort 'service-account' into place alphabetically X-Git-Tag: tevent-0.17.0~530 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1cac5967ebbedb4a5bb04c6c8e2abd6a5db1afb;p=thirdparty%2Fsamba.git manpages:samba-tool: sort 'service-account' into place alphabetically Signed-off-by: Douglas Bagnall Reviewed-by: Rowland Penny Autobuild-User(master): Douglas Bagnall Autobuild-Date(master): Wed Mar 12 20:55:01 UTC 2025 on atb-devel-224 --- diff --git a/docs-xml/manpages/samba-tool.8.xml b/docs-xml/manpages/samba-tool.8.xml index ebca14cee8b..28bd8c00124 100644 --- a/docs-xml/manpages/samba-tool.8.xml +++ b/docs-xml/manpages/samba-tool.8.xml @@ -1860,216 +1860,6 @@ - - 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. - - - - - - - service-account group-msa-membership - Service account Group MSA Membership management. - - - - service-account group-msa-membership show - Display Group MSA Membership for a service account. - - - -H, --URL - - LDB URL for database or target server. - - - - --name - - Account name of service account (required). - - - - --json - - Return as JSON instead of a list. - - - - - - - service-account group-msa-membership add - Add a principal to Group MSA Membership for a service account. - - - -H, --URL - - LDB URL for database or target server. - - - - --name - - Account name of service account (required). - - - - --principal - - Name, DN or SID of principal to add. - - - - - - - service-account group-msa-membership remove - Remove a principal from Group MSA Membership for a service account. - - - -H, --URL - - LDB URL for database or target server. - - - - --name - - Account name of service account (required). - - - - --principal - - Name, DN or SID of principal to remove. - - - - - domain classicupgrade [options] <replaceable>classic_smb_conf</replaceable> Upgrade from Samba classic (NT4-like) database to Samba AD DC @@ -3765,6 +3555,216 @@ in use. Display an objectclass schema definition. + + 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. + + + + + + + service-account group-msa-membership + Service account Group MSA Membership management. + + + + service-account group-msa-membership show + Display Group MSA Membership for a service account. + + + -H, --URL + + LDB URL for database or target server. + + + + --name + + Account name of service account (required). + + + + --json + + Return as JSON instead of a list. + + + + + + + service-account group-msa-membership add + Add a principal to Group MSA Membership for a service account. + + + -H, --URL + + LDB URL for database or target server. + + + + --name + + Account name of service account (required). + + + + --principal + + Name, DN or SID of principal to add. + + + + + + + service-account group-msa-membership remove + Remove a principal from Group MSA Membership for a service account. + + + -H, --URL + + LDB URL for database or target server. + + + + --name + + Account name of service account (required). + + + + --principal + + Name, DN or SID of principal to remove. + + + + + shell Opens an interactive Samba Python shell.