diff --git a/docs-xml/manpages/samba_downgrade_db.8.xml b/docs-xml/manpages/samba_downgrade_db.8.xml new file mode 100644 index 00000000000..7b0c822cf21 --- /dev/null +++ b/docs-xml/manpages/samba_downgrade_db.8.xml @@ -0,0 +1,95 @@ + + + + + + samba_downgrade_db + 8 + Samba + User Commands + &doc.version; + + + + + samba_downgrade_db + Samba tool for downgrading AD databases + + + + + + samba_downgrade_db + -H + -s + + + + + DESCRIPTION + This tool is part of the samba + 8 suite. + + The format of the Samba Active Directory (AD) database changed in + version 4.8 and 4.11. When downgrading a Samba AD Domain Controller (DC) + to a release that is older than either of these versions (e.g. 4.11 to + 4.10), the AD database must be manually downgraded + before the Samba packages can be safely downgraded. + + + This tool downgrades a Samba sam.ldb database from the format + used in version &doc.version; to that of version 4.7. The v4.7 database + format can safely be read by any version of Samba. If necessary, later + versions of Samba will repack and reconfigure a v4.7-format database when + the samba executable is first started. + + Note that all Samba services must be stopped on the DC before running + this tool. Once the tool has run, do not restart samba or modify the + database before the Samba software package has been downgraded. + + + + + OPTIONS + + + + + -H [sam.ldb file] + + Link directly to a sam.ldb file instead of using path in system + smb.conf + + + + + -s [smb.conf file] + + Link directly to smb.conf file instead of system default (usually + in /usr/local/samba/etc/smb.conf) + + + + + + + + VERSION + + This man page is complete for version &doc.version; of the Samba + suite. + + + + AUTHOR + + The original Samba software and related utilities + were created by Andrew Tridgell. Samba is now developed + by the Samba Team as an Open Source project similar + to the way the Linux kernel is developed. + + The samba_downgrade_db tool was developed by the Samba team + at Catalyst IT Ltd. + + + diff --git a/docs-xml/wscript_build b/docs-xml/wscript_build index 575fb702b46..3dad0a21313 100644 --- a/docs-xml/wscript_build +++ b/docs-xml/wscript_build @@ -31,6 +31,7 @@ manpages=''' manpages/samba-tool.8 manpages/samba.7 manpages/samba.8 + manpages/samba_downgrade_db.8 manpages/sharesec.1 manpages/smbcacls.1 manpages/smbclient.1