TODO: samba-tool: allow 'domain schemaupgrade' only on a local database
authorStefan Metzmacher <metze@samba.org>
Tue, 19 Feb 2019 16:34:24 +0000 (17:34 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 29 Mar 2019 14:42:56 +0000 (15:42 +0100)
commit9ae2983ed4e3ebd86980956bd84975fd1c4b4134
tree5476c4a3480c07bb7fee3d7f49bb770dfbe0a052
parent6392ee0bc3beab3f8c3af711c3484039b94c7960
TODO: samba-tool: allow 'domain schemaupgrade' only on a local database

It's important that we only operate on a local database as SYSTEM,
which means we can use the 'relax' control. This is important
as otherwise we're not able to set FLAG_SCHEMA_BASE_OBJECT
in systemFlags, which is required in order to avoid the generation
of msDS-IntId values.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=13799

Check how Windows adprep works
python/samba/netcmd/domain.py