You can get this error for pretty much anything, wrong attributes, wrong order in your 
tree, name missing or incorrect, password/username don't match.  Its so generic that 
its not even worth putting out that error.  Work with your lan guys to make sure 
everything is functioning proporly with the ldap server.  Lots of guess and test 
work.............

mike

>>> [EMAIL PROTECTED] 04/12/01 11:33AM >>>


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

Reply via email to