• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

cant connect to ldap over ssl with CFMX 7

Guest
Sep 08, 2006 Sep 08, 2006

Copy link to clipboard

Copied

Hi, I have been using coldfusion mx 6.1 for a few years and wanted to migrate to coldfusion mx 7. I successfully imported my CA certificate into the java keystore but i am still unable to connect to my ldap server. I had done this a few years back with coldfusion mx 6.1 and it worked and is still working fine. Has something changed with mx 7. Code i am using is below

<cfldap
action="query"
name="results"
start="o=nga,c=ng"
attributes="cn,sn,ou"
sort="cn"
server="myldapserver"
port="636"
password="mypassword"
username="cn=myusername"
secure="CFSSL_BASIC">

when i list my keystore (keytool -list) i can see the CA certificate and the fingerprint matches the 1 on my old mx 6.1 server.
Someone please help

TOPICS
Advanced techniques

Views

302

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Nov 15, 2006 Nov 15, 2006

Copy link to clipboard

Copied

LATEST
Have you found a solution to this? I have a couple of developers who are able to connect to LDAP without using a secure connection, but when they try the secure option, it doesn't recognize the username/password.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation