JustinEzequiel
Programmer
From thread222-1194741, I got code to authenticate a user.
This works just fine.
Now they want me to retrieve the employeeID/employeeNumber attributes of the authenticated user.
How do I get at these attributes.
My Google-fu seems weak this week.
(Perhaps I'm not using the right keywords.)
Code:
Set dso = GetObject("LDAP:")
set ob1 = dso.OpenDSObject("LDAP://domain",
strUserName,strPassword,
ADS_SECURE_AUTHENTICATION + ADS_SERVER_BIND)
Now they want me to retrieve the employeeID/employeeNumber attributes of the authenticated user.
How do I get at these attributes.
My Google-fu seems weak this week.
(Perhaps I'm not using the right keywords.)