Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
If the ms-DS-MachineAccountQuota is not set in the domain policy the maq module throws an error while decoding the ldap result, see #421.
This is fixed now:
![image](https://private-user-images.githubusercontent.com/61382599/369167267-362ac613-4dd2-42a8-aba3-715ac654b8f1.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1NzUzMTEsIm5iZiI6MTczOTU3NTAxMSwicGF0aCI6Ii82MTM4MjU5OS8zNjkxNjcyNjctMzYyYWM2MTMtNGRkMi00MmE4LWFiYTMtNzE1YWM2NTRiOGYxLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE0VDIzMTY1MVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTA5YmY5OTU5ZDMwYmVhMjRiZjVkNzkyOTE4YzM1ZWQzNWVkZGU2NTkxZDA4NDBjZWVhNGEwODJiOWNiMGZiZGMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.eLwBv3Yzj_4flasYQaIa6KhzMP4jnURoZLBCSVyfC8k)
Also fixed a string not being escaped properly, which got highlighted by python 3.12.