I have been using ADsDSOOBJECT adsi to authenticate a user with ASP. It works great. Now I want to connect to using LDAPS or port 636 (anyway that's secure). I currently use....
<LDAP://myserver.com/o=myroot>;(cn=" & vUsername & ");adspath,cn;subtree
--------------------------------------------------
If I use...
<LDAP://myserver.com:636/o=myroot>;(cn=" & vUsername & ");adspath,cn;subtree
I get "tree does not exist".
--------------------------------------------------
Even if I use...
<LDAP://myserver.com:389/o=myroot>;(cn=" & vUsername & ");adspath,cn;subtree
I get "tree does not exist".
--------------------------------------------------
I've also tried using 636 and setting the ADSI Flags. I always get "tree does not exist
<LDAP://myserver.com/o=myroot>;(cn=" & vUsername & ");adspath,cn;subtree
--------------------------------------------------
If I use...
<LDAP://myserver.com:636/o=myroot>;(cn=" & vUsername & ");adspath,cn;subtree
I get "tree does not exist".
--------------------------------------------------
Even if I use...
<LDAP://myserver.com:389/o=myroot>;(cn=" & vUsername & ");adspath,cn;subtree
I get "tree does not exist".
--------------------------------------------------
I've also tried using 636 and setting the ADSI Flags. I always get "tree does not exist