Reply

Join Date: Oct 2007
Posts: 2
Reputation: KKopplien is an unknown quantity at this point 
Solved Threads: 0
KKopplien KKopplien is offline Offline
Newbie Poster

Cfldap

 
0
  #1
Oct 17th, 2007
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#"
  1. <CFLDAP NAME="GetStuff"
  2. ACTION="Query"
  3. SERVER="0.0.0.0"
  4. Port="389"
  5. ATTRIBUTES="dn,cn,sn"
  6. SCOPE="SUBTREE"
  7. START="o=NMTREE">
Last edited by KKopplien; Oct 17th, 2007 at 2:41 pm.
Reply With Quote Quick reply to this message  
Join Date: Oct 2007
Posts: 2
Reputation: KKopplien is an unknown quantity at this point 
Solved Threads: 0
KKopplien KKopplien is offline Offline
Newbie Poster

Re: Cfldap

 
0
  #2
Nov 7th, 2007
Update I finally got the code to return everything but need to narrow down to one account.
Anyone know how?
<CFLDAP ACTION="Query"
NAME="GetS"
SERVER="#session.server#"
Port="389"
ATTRIBUTES="dn,cn,sn"
start="o=NMTREE"
SCOPE="SUBTREE"
FILTER="objectClass=*">
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC