| | |
Cfldap
Please support our ColdFusion advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
•
•
Join Date: Oct 2007
Posts: 2
Reputation:
Solved Threads: 0
•
•
•
•
I am trying to access a NetMail server through LDAP port with <cfldap>
I keep getting an error
Diagnostics: An error has occured while trying to execute query :[LDAP: error code 32 - NDS error:
no such entry (-601)]. One or more of the required attributes may be missing/incorrect or you do not
have permissions to execute this operation on the server
The line it always refers to it the line with the server= I have the correct IP address.
I know because I checked with our network admin and I was given an LDAP search tool. It can get the information and retrieve it. I have tried: SERVER="netmail.ourdomain.edu"
I have tried with and without filter. FILTER="cn=#session.acctname#"
ColdFusion Syntax (Toggle Plain Text)
<CFLDAP NAME="GetStuff" ACTION="Query" SERVER="0.0.0.0" Port="389" ATTRIBUTES="dn,cn,sn" SCOPE="SUBTREE" START="o=NMTREE">
Last edited by KKopplien; Oct 17th, 2007 at 2:41 pm.
![]() |
Other Threads in the ColdFusion Forum
- Previous Thread: Starting With ColdFusion
- Next Thread: For Sale: New/Unopened MacroMedia ColdFusion MX 6.0 Pro (windows)
| Thread Tools | Search this Thread |





