adprep: Add the LDF data needed to upgrade to 2012R2 schema
authorGarming Sam <garming@catalyst.net.nz>
Mon, 2 Oct 2017 21:01:30 +0000 (10:01 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 14 Dec 2017 07:20:15 +0000 (08:20 +0100)
commitd66cbca4e1c4d68a40fb117efc3e7e357690fc5d
tree40a70b8c5e70d7bb23280b525416679dd0426054
parentd9c6f47851311838ba6a67f8effc7a4e398e12ca
adprep: Add the LDF data needed to upgrade to 2012R2 schema

This patch adds the LDF files corresponding to the changes that the
Windows Adprep.exe tool makes when upgrading a AD schema to Windows
2012R2.

This is based on information Microsoft has made public on github
(Schema-Updates.md - see the README.txt for more details).

The LDF files 48-56 are for upgrading to Windows Server 2012, and 57-69
are for Windows Server 2012 R2.

Unfortunately, the raw LDF information from Microsoft wasn't enough to
get the schema working. The .diff files contain changes we needed to
make on top of the raw LDF content from Microsoft.

The basic steps to regenerate the .LDF files are documented in the
README.txt file. The files used to generate the .LDF files are in the
WindowsServerDocs/ sub-directory. (The .LDF generation is done at runtime
during provision).

Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Signed-off-by: Tim Beale <timbeale@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/ms_markdown.py [new file with mode: 0644]
source4/setup/adprep/README.txt [new file with mode: 0644]
source4/setup/adprep/WindowsServerDocs/LICENSE [new file with mode: 0644]
source4/setup/adprep/WindowsServerDocs/LICENSE-CODE [new file with mode: 0644]
source4/setup/adprep/WindowsServerDocs/Sch49.ldf.diff [new file with mode: 0644]
source4/setup/adprep/WindowsServerDocs/Sch50.ldf.diff [new file with mode: 0644]
source4/setup/adprep/WindowsServerDocs/Sch51.ldf.diff [new file with mode: 0644]
source4/setup/adprep/WindowsServerDocs/Sch57.ldf.diff [new file with mode: 0644]
source4/setup/adprep/WindowsServerDocs/Sch59.ldf.diff [new file with mode: 0644]
source4/setup/adprep/WindowsServerDocs/Schema-Updates.md [new file with mode: 0644]
source4/setup/wscript_build