Question
CFLDAP and SSL
Hello~
I am trying to connect to Active Directory through SSL, using the CFLDAP tag. I am able to connect through any computer, but when I run my CFLDAP query, I get this message: "Connection to LDAP server failed."
Any suggestions would be greatly appreciated!
Here is my query:
<cfldap
action="query"
server="#server#"
attributes="displayName"
name="getUser"
password="#thepassword#"
port="636"
scope="subtree"
secure="cfssl_basic"
start="#start#"
username="#theusername#" />
