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