From: Douglas Bagnall Date: Thu, 27 Feb 2025 02:31:50 +0000 (+1300) Subject: manpages: samba-tool domain functionalprep X-Git-Tag: tevent-0.17.0~560 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60ea60384722018153b6f8ebf3b7b5bf8e7f6f16;p=thirdparty%2Fsamba.git manpages: samba-tool domain functionalprep Signed-off-by: Douglas Bagnall Reviewed-by: Rowland Penny --- diff --git a/docs-xml/manpages/samba-tool.8.xml b/docs-xml/manpages/samba-tool.8.xml index 40d06b825a6..08865910a90 100644 --- a/docs-xml/manpages/samba-tool.8.xml +++ b/docs-xml/manpages/samba-tool.8.xml @@ -2013,6 +2013,59 @@ Dumps Kerberos keys of the domain into a keytab. + + domain functionalprep [options] + Prepare a domain for functional level upgrade. If --functional-level is not used, the latest supported version is used (currently 2016). + + There are two aspects to this preparation, relating to the forest and the domain. By default both are run. + If either of --forest-prep or --domain-prep are used, only the corresponding preparation is made. + If both arguments are used together, all preparation is done, just as when neither is used. + + + + -H, --URL + + LDB URL for database or target server. + + + + --functional-level [2008_R2|2012|2012_R2|2016] + + The functional level to prepare for. The default is 2016. + + + + --forest-prep + + Run forest preparation only (unless --domain-prep is also used). + + + + --domain-prep + + Run domain preparation only (unless --forest-prep is also used). + + + + + -q, --quiet + + Be quieter. + + + + -v, --verbose + + Be more verbose. + + + ?> + + + + + domain info <replaceable>ip_address</replaceable> [options] Print basic info about a domain and the specified DC.