summaryrefslogtreecommitdiff
path: root/python/samba/forest_update.py
AgeCommit message (Expand)AuthorFilesLines
2023-08-30python: Remove unused importsJoseph Sutton1-2/+0
2023-03-22forest_update: behave more like a Windows 2022 serverStefan Metzmacher1-13/+98
2023-03-22forest_update: be more verbose about updatesStefan Metzmacher1-4/+12
2023-03-22forest_update: make use of self.sd_utils.update_aces_in_dacl()Stefan Metzmacher1-44/+15
2023-03-22forest_update: we don't need any controls to update sddl attributesStefan Metzmacher1-2/+3
2023-03-22forest_update: only update SDDL for schema objectsStefan Metzmacher1-63/+0
2023-03-22forest_update: ignore ldb.ERR_ATTRIBUTE_OR_VALUE_EXISTS in operation_ldif()Stefan Metzmacher1-1/+8
2022-10-05python: Handle LdbError thrown from functions operating on DNsJoseph Sutton1-2/+6
2018-10-25python/forest_update: remove unused importsDouglas Bagnall1-13/+0
2018-10-23python/samba: PY3 port samba4.blackbox.functionalprepNoel Power1-1/+1
2018-01-16python: fix the build with python3.Günther Deschner1-2/+2
2017-12-20forest_update: Allow the script to add the missing forest containersGarming Sam1-0/+34
2017-12-20forest_update: Create a module to apply forest prep updatesGarming Sam1-0/+511