Re: [python-win32] wrapping adsi objects

2006-06-13 Thread Tim Golden
[David Primmer] | I'm going to be writing a lot of ADSI scripts in python and I thought | I'd wrap the IADsUser object. Right now, my custom user | object "myUser", | simply looks up the user in AD, does a GetObject() on it and the | resulting IADsUser is a member of the class. So, if I want t

[python-win32] wrapping adsi objects

2006-06-12 Thread David Primmer
I'm going to be writing a lot of ADSI scripts in python and I thought I'd wrap the IADsUser object. Right now, my custom user object "myUser", simply looks up the user in AD, does a GetObject() on it and the resulting IADsUser is a member of the class. So, if I want to get the name of the user