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

CFLDAP Error

Participant ,
Jun 12, 2006 Jun 12, 2006

Copy link to clipboard

Copied

I have the following code:
<cfldap action="QUERY"
server="Doman Controller Server Name"
port="389"
username="username"
password="password"
name="results"
start="ou=branches"
attributes="cn,department,telephoneNumber">

This is going to be on an intranet page, so my server name can literally be the name of the server, andI am assuming the username and password would be that of which I would user to log in on the Intranet Server? However I am getting the innapropiate authentication error running the above code.....? Can anyone help please, am I using the correct login details or is there anything else I should be considering?

I appreciate any help, thank you in advance
TOPICS
Advanced techniques

Views

395

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 ,
Jun 12, 2006 Jun 12, 2006

Copy link to clipboard

Copied

I think that the username and password are the credentials used to log-in/query the LDAP server, not the Intranet server. Perhaps you don't have enough permissions to query the LDAP server. Hope that this helps. Thanks.

Chris

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
Participant ,
Jun 12, 2006 Jun 12, 2006

Copy link to clipboard

Copied

Ok, that is something else to look into, i shall do that

Thanks for the reply

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
New Here ,
Jun 12, 2006 Jun 12, 2006

Copy link to clipboard

Copied

You're welcome.

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
Participant ,
Jun 13, 2006 Jun 13, 2006

Copy link to clipboard

Copied

LATEST
I am just getting this error now, this is hurting my head I just can't connect!

Connection to LDAP Server failed

thanks for the help so far

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