zakird / pyad

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

ADObject.clear_manager call and undefined method #146

Closed jcarswell closed 3 years ago

jcarswell commented 3 years ago

current method does not call a valid method

adobject line 474 tp 476

  def clear_managedby(self):
        """Sets object to be managedBy nobody"""
        return self.set_manager(None)
jcarswell commented 3 years ago

pull request opened #147

jcarswell commented 3 years ago

@zakird Thanks for the quick pull approval