summaryrefslogtreecommitdiff
path: root/python/samba/forest_update.py
AgeCommit message (Collapse)AuthorFilesLines
2018-01-16python: fix the build with python3.Günther Deschner1-2/+2
BUG: https://bugzilla.samba.org/show_bug.cgi?id=13221 Guenther Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org>
2017-12-20forest_update: Allow the script to add the missing forest containersGarming Sam1-0/+34
Before we set the prep level higher in default provisions, we should add these objects to the initial ldif (so that our initial ldif represents a full 2008R2 domain which we build consistently on). Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2017-12-20forest_update: Create a module to apply forest prep updatesGarming Sam1-0/+511
This module uses information sourced from the Forest-Wide-Updates.md file from one of Microsoft's Github repos to generate the operation information. Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>