I am pretty new to making pull requests to public repos. However for my work we built an API using pyad and a website that can manage groups and other AD objects. I was playing with some of the pyad functions and found this error trying to use the ADObject.set_managedby(ADuser) function:
I did not see anywhere else where manager is not defined. I am assuming we want to assert that the object passed into the function is an ADUser. let me know what you think!
Hey there!
I am pretty new to making pull requests to public repos. However for my work we built an API using pyad and a website that can manage groups and other AD objects. I was playing with some of the pyad functions and found this error trying to use the ADObject.set_managedby(ADuser) function:
I did not see anywhere else where
manager
is not defined. I am assuming we want to assert that the object passed into the function is an ADUser. let me know what you think!