Skip to Main Content

Security Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Authenticate user in OID using a Web Page

213633Sep 27 2003
Hi,
Just wanted to know if anyone out there has an Active Server Page code to access and search the Oracle Inetrnet Directory.
I have tried using..
'
Set oADsNamespace = GetObject("LDAP:")
Set oADsObject = oADsNamespace.OpenDSObject(strADsPath, strUserName, strPassword, 0)
'
where
strADsPath = <LDAP://ip address:port>
strUserName = <oid userid. e.g. merven>
strUserName = <oid user password>
0 = Simple Authentication (not ssl)

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 25 2003
Added on Sep 27 2003
0 comments
299 views