Getting sub-objects from ADSI

M

Michael P. Nugent

How do I get the underlying values from Win::OLE=Hash(0x...) type
objects? I can do it in Perl, but not in Python.

For instance, I get

CN=Fred
<COMObject <unknown>>
<COMObject <unknown>>

when running

#! python

import pythoncom
from win32com.client import GetObject

UserPath = "LDAP://CN=Fred,OU=Two,OU=One,DC=nw,DC=home,DC=here,DC=com"

ldap = GetObject(Userpath)

print ldap.Name
print ldap.Groups()
print ldap.LastLogoff

I know that Groups is of the type <bound method CDispatch.Groups of
<COMObject ...>>, but that knowledge does not help me much. I have
fiddled a bit with GetInfo and Dispatch, but it doesn't change the
results.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,756
Messages
2,569,535
Members
45,008
Latest member
obedient dusk

Latest Threads

Top