From 619caa1ba40f28be77b4f068fc18fada9d4b3597 Mon Sep 17 00:00:00 2001 From: Rob van der Linde Date: Thu, 23 Mar 2023 16:13:55 +1300 Subject: docs: update manpage for samba-tool Signed-off-by: Rob van der Linde Reviewed-by: Douglas Bagnall Reviewed-by: Andrew Bartlett Autobuild-User(master): Andrew Bartlett Autobuild-Date(master): Fri Mar 31 08:25:11 UTC 2023 on atb-devel-224 --- docs-xml/manpages/samba-tool.8.xml | 267 +++++++++++++++++++++++++++++++++++++ 1 file changed, 267 insertions(+) (limited to 'docs-xml') diff --git a/docs-xml/manpages/samba-tool.8.xml b/docs-xml/manpages/samba-tool.8.xml index 6dd25a11c59..0834f606659 100644 --- a/docs-xml/manpages/samba-tool.8.xml +++ b/docs-xml/manpages/samba-tool.8.xml @@ -599,6 +599,273 @@ Restore the domain's DB from a backup-file. + + domain claim claim-type list + List claim types on the domain. + + + -H, --URL + + LDB URL for database or target server. + + + + --json + + View claim types as JSON instead of a list. + + + + + + + domain claim claim-type view + View a single claim type on the domain. + + + -H, --URL + + LDB URL for database or target server. + + + + --name + + Display name of claim type to view (required). + + + + + + + domain claim claim-type create + Create claim types on the domain. + + + -H, --URL + + LDB URL for database or target server. + + + + --attribute + + Attribute of claim type to create (required). + + + + --class + + + Object classes to set claim type to. + + + Example: --class=user --class=computer + + + + + --name + + Optional display name or use attribute name. + + + + --description + + Optional description or use from attribute. + + + + --enable + + + Enable claim type. + + + Cannot be used together with --disable. + + + + + --disable + + + Disable claim type. + + + Cannot be used together with --enable. + + + + + --protect + + + Protect claim type from accidental deletion. + + + Cannot be used together with --unprotect. + + + + + --unprotect + + + Unprotect claim type from accidental deletion. + + + Cannot be used together with --protect. + + + + + + + + domain claim claim-type modify + Modify claim types on the domain. + + + -H, --URL + + LDB URL for database or target server. + + + + --name + + Display name of claim type to modify (required). + + + + --class + + + Object classes to set claim type to. + + + Example: --class=user --class=computer + + + + + --description + + Set the claim type description. + + + + --enable + + + Enable claim type. + + + Cannot be used together with --disable. + + + + + --disable + + + Disable claim type. + + + Cannot be used together with --enable. + + + + + --protect + + + Protect claim type from accidental deletion. + + + Cannot be used together with --unprotect. + + + + + --unprotect + + + Unprotect claim type from accidental deletion. + + + Cannot be used together with --protect. + + + + + + + + domain claim claim-type delete + Delete claim types on the domain. + + + -H, --URL + + LDB URL for database or target server. + + + + --name + + Display name of claim type to delete (required). + + + + --force + + Force claim type delete even if it is protected. + + + + + + + domain claim value-type list + List claim value types on the domain. + + + -H, --URL + + LDB URL for database or target server. + + + + --json + + View claim value types as JSON instead of a list. + + + + + + + domain claim value-type view + View a single claim value type on the domain. + + + -H, --URL + + LDB URL for database or target server. + + + + --name + + Display name of claim value type to view (required). + + + + + domain classicupgrade [options] <replaceable>classic_smb_conf</replaceable> Upgrade from Samba classic (NT4-like) database to Samba AD DC -- cgit v1.2.1