Hi There,
I am having trouble authenticating user against Oracle Virtual Directory. Any help is appreciated.
Here's the piece of code it is failing on (It is vb.net)
Dim
adAuth As New LdapAuthentication(adPath)
Dim
obj As Object = entry.NativeGuid ==> It is failing on this line when it tries to bind the object
Err Msg:"The requested authentication method is not supported by the server"
Regards,
Jack