OK, I got it to work.  It was the user name.  It is wierd.  My login account is 
nstein, but cn is Nick Stein, so I have to use the latter in my CFLDAP.

Here is the code that works:

<cfldap action="QUERY"
   name="GetUserInfo"
   attributes="givenName,sn,cn,name,dn"
   start="DC=codagenomics,DC=net"
   scope="subtree"
   filter="(&(objectClass=user)(objectCategory=Person)(cn=Nick Stein))"
   server="192.168.xxx.xxx"
   username="Nick Stein"
   password="Wolfst93"
>       
<cfdump expand="yes" var="#GetUserInfo#" />

and it dumps 1 record.  If I remove the (cn=Nick Stein), it dumps all the 
records for the user category.

this thread...
http://forum.java.sun.com/thread.jspa?messageID=4227692
mentioned the fact that a 525 error is "user not found".  That got me on the 
trail of checking the cn value, which I assumed (and we all know what that 
does) it was the same as my login ID.

Nick Stein



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:300964
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to