zakird / pyad

Python Active Directory Tools | *Not actively maintained*
http://zakird.github.io/pyad/
176 stars 72 forks source link

adobject, __set_adsi_obj argument #17

Closed bklm closed 10 years ago

bklm commented 10 years ago

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

zakird commented 10 years ago

This is fixed in 91b66eb5432783c1b7b9e0eea181db617e4c8060.

Thanks for catching this.