Gang Yang
June 21st, 2000, 05:12 PM
How could I figure out what is the user name I am using for credential when using GetObject method in ADSI,
Set domain = GetObject(sBind)
' get all the user names
listUsers.Clear
domain.Filter = Array("user")
For Each user In domain
listUsers.AddItem user.Name
Next
I need this client information for further security integration...
Thanks
Gang
Set domain = GetObject(sBind)
' get all the user names
listUsers.Clear
domain.Filter = Array("user")
For Each user In domain
listUsers.AddItem user.Name
Next
I need this client information for further security integration...
Thanks
Gang