From 7f01b474b794f3cbe9fdd05fb07aa03c48bedd95 Mon Sep 17 00:00:00 2001 From: Douglas Bagnall Date: Thu, 27 Feb 2025 15:34:09 +1300 Subject: [PATCH] manpages: samba-tool domain schemaupgrade Signed-off-by: Douglas Bagnall Reviewed-by: Rowland Penny --- docs-xml/manpages/samba-tool.8.xml | 49 ++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/docs-xml/manpages/samba-tool.8.xml b/docs-xml/manpages/samba-tool.8.xml index dc2910a0d4e..10f56328839 100644 --- a/docs-xml/manpages/samba-tool.8.xml +++ b/docs-xml/manpages/samba-tool.8.xml @@ -2299,6 +2299,55 @@ Promote an existing domain member or NT4 PDC to an AD DC. + + + domain schemaupgrade [options] + Upgrade the schema. + + + + -H, --URL + + LDB URL for database or target server. + + + + --schema [2012|2012_R2|2016|2019] + + Upgrade to this Windows schema level. The default is 2019. + + + + --ldf-file + Apply the schema changes in + this LDIF file, rather than updating to a + standard schema level. + + + --base-dir + + Specify an alternate location to find schema LDIF files. + + + + + -q, --quiet + + Be quieter. + + + + -v, --verbose + + Be more verbose. + + + ?> + + + + domain trust Domain and forest trust management. -- 2.47.2