In adobject.py, _ _set_adsi_obj requires an argument 'distinguishedname' and init _ is calling it that way. However, move and rename don't supply any arguments so they raise an exception.
I believe 'distinguishedname' is not used in _set_adsi_obj. Can we remove it?
Hi Zakir,
In adobject.py, _ _set_adsi_obj requires an argument 'distinguishedname' and init _ is calling it that way. However, move and rename don't supply any arguments so they raise an exception.
I believe 'distinguishedname' is not used in _set_adsi_obj. Can we remove it?
Bas