Audi TT Stronic
Need a bit of help as my python is a bit rusty.
basically I need a script to modify a custom attribute in the active directory (ldap) schema
The custom attribute is attached to the 'person' class and is a boolean (False/True/Not Set). When the script runs it must connect to the AD via COM and modify the boolean to true.
I've done a bit of python and can display the users objects but actually modifying the attribute is proving to be a nightmare. Even a point in the right direction would be nice.
I'm using win32com.client to do the legwork if that helps.
basically I need a script to modify a custom attribute in the active directory (ldap) schema
The custom attribute is attached to the 'person' class and is a boolean (False/True/Not Set). When the script runs it must connect to the AD via COM and modify the boolean to true.
I've done a bit of python and can display the users objects but actually modifying the attribute is proving to be a nightmare. Even a point in the right direction would be nice.
I'm using win32com.client to do the legwork if that helps.