In Active Directory, you can set a managed by group or user for a group and there is a checkbox in the UI for "Manager can update membership list". I have been able to set a group or user via a Python LDAP library. However, I have not found a way to check that box. Is there a way to do that via LDAP?
Using the ADSI Edit tool, it seems that this is actually a Security Permission and not an Attribute on the Group, so I'm not sure if it's possible. Does anyone know of a way to modify Security Permissions from Python? I've only found references online to do it from Powershell.