summaryrefslogtreecommitdiff
path: root/python/samba/domain_update.py
AgeCommit message (Expand)AuthorFilesLines
2024-06-10provision: Match Windows 2022 and set msDS-ExpirePasswordsOnSmartCardOnlyAcco...Andrew Bartlett1-5/+18
2023-08-30python: Remove unused importsJoseph Sutton1-3/+0
2023-06-23python:samba: Fix code spellingAndreas Schneider1-1/+1
2023-03-22domain_update: implement updates 82-89 in order to reach the latest w2016 levelStefan Metzmacher1-3/+248
2023-03-22domain_update: make use of self.sd_utils.update_aces_in_dacl()Stefan Metzmacher1-90/+3
2023-03-22domain_update: remove useless searches to '(objectClass=samDomain)'Stefan Metzmacher1-20/+0
2023-03-22domain_update: make use of '"CN"' in sddl instead of using an explicit SIDStefan Metzmacher1-1/+1
2023-03-22domain_update: be more verbose about updatesStefan Metzmacher1-4/+12
2022-10-05python: Handle LdbError thrown from functions operating on DNsJoseph Sutton1-2/+6
2018-10-25python/domain_update: remove unused importsDouglas Bagnall1-13/+0
2018-05-12python/samba: py2/py3 compatability always decode result of b64encodeNoel Power1-1/+1
2017-12-20domain_update: Add a new docstring for the main entry pointGarming Sam1-0/+7
2017-12-20domain_update: Add an additional error with revisionGarming Sam1-1/+6
2017-12-20domain_update: Allow the revision version to be setGarming Sam1-3/+8
2017-12-20domain_update: Respect the fix=False flagGarming Sam1-0/+16
2017-12-20domain_update: Create a module to apply domain prep updatesGarming Sam1-0/+406