Authenticate user in OID using a Web Page
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)