Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CFLDAP gives errors

Status
Not open for further replies.

hoeflake

Programmer
Oct 16, 2001
5
NL
Hi,

I've read a lot about LDAP on this forum, and I've also tried a lot, but nothing works. When I'm trying to get a list of users, Coldfusion gives the error:"Invalid Credentials". And username="cn=administrator" password="secret" will not work. Can anyone help me?
 
This is the code:
<cfldap NAME=&quot;GetEntry&quot;
SERVER=&quot;172.16.100.1&quot;
PORT=&quot;389&quot;
USERNAME=&quot;cn=administrator&quot;
PASSWORD=&quot;xxxxxx&quot;
ACTION=&quot;query&quot;
START=&quot;co=*&quot;
SCOPE=&quot;SubTree&quot;
ATTRIBUTES=&quot;*&quot;
TIMEOUT=&quot;20&quot;
sort=&quot;sn ASC&quot;
maxrows=&quot;50&quot;
>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top