[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
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