Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

LDAP VB

Status
Not open for further replies.

abcfwef

Programmer
Jul 30, 2002
2
US
Does anyone know how to autheticate user name and password using LDAP in VB ? Please help me. It's very urgent for my project.

Thanks a lot in advance1

Josh
 
I got the Error Type:
(0x8007054B) in the 3rd line
dim dso,obj
Set dso = GetObject("LDAP:")

Set obj1 = dso_OpenDSObject( _
"LDAP://cn=users", _
"ddoufd", _
"Tempaug", _
1)

Please help out.
Thank you in advance

david
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top