I'm working on an SSL integration of CFLDAP for a client and am consistently
getting "Connection to LDAP server failed."

All attributes are correct and for testing I'm attempting a simple query
with * for attributes and maxrows of 10.  Snippet below.  Everything is
straight from the IT staff that controls the LDAP server.  I read this
article: http://kb2.adobe.com/cps/191/tn_19139.html#enableCF which stated
that you have to install the certificate of the remote LDAP server in the CF
local keystore.  Is that true?  Is that the only way?

Here's that snippet:

<cfldap
action="query"
server="client.domain.com"
username="username"
password="password"
name="ldapResult"
attributes="*"
start="DN_PROPERTIES_COMMA_SEPARATED_LIST"
secure="CFSSL_BASIC"
maxrows="10"
/>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328960
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to