I get this error most often when either the name specified in the "START" or
"USERNAME" parameters does not exist.
Kevin
-----Original Message-----
From: Melissa Fraher [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 11, 2001 4:29 PM
To: CF-Talk
Subject: CFLDAP problem
Hello.
I get the following error when trying to use CFLDAP to connect to our
LDAP server:
-------------------------------------------
Error Occurred While Processing Request
Error Diagnostic Information
CFLDAP
No such object
-------------------------------------------
Here is the code:
<!---Code Example--->
<CFLDAP
NAME="TestUsers"
SERVER="myserver.xxx.xxx"
ACTION="QUERY"
ATTRIBUTES="subschemasubentry"
SCOPE="BASE"
FILTER="objectclass=*"
START=""
USERNAME="SomeUsername"
PASSWORD="SomePassword" >
<cfoutput query="TestUsers">
DN: Root DSE<br>
Subschemasubentry: #subschemasubentry#<br><br>
</cfoutput>
Does anyone have any advice on this? I read in past postings that
removing the password would work, but not in this case. Also, I was
able to get the example using ldap.bigfoot.com in the CFDOCS 4.5 to
work.
Thank you for any help.
Melissa
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists