Can the ColdFusion Server ping the LDAP server/directory machine? Can you access the LDAP information from another machine on the network or the CF server through other tools such as the softerra LDAP browser?
-Nate > -----Original Message----- > From: Ravi Gehlot [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 26, 2008 12:11 PM > To: CF-Talk > Subject: CFLDAP question > > I want to express my frustration here by telling all of you > that read this post that I have tried this for 3 days without > any success. > > I have an LDAP Directory which is in a remote computer that I > have remove desktop access to. This LDAP Directory is in a > Windows 2000 operating system that does NOT use domain > controllers OR Active Directory. > > The only information I have is that the LDAP Directory can be > accessed by using the Windows 2000 "Console Root" under > "Membership Directory Manager". > > Also. THERE IS NO USERNAME or PASSWORD. IT connects > ANONYMOUSLY. Yes. NO LOGIN/PASSWORD. > > I am trying to retrieve all data from the directory with the > following coldfusion code executed on LOCALHOST: > > <cfldap > server="127.0.0.1" > port="1003" > action="query" > name="results" > start="ou=Members, o=CompuSport" > scope="onelevel" > attributes="cn" > sort="ou" > maxrows=100 > timeout=20000> > > <cfoutput>#results.recordCount#</cfoutput> > > Problem IS...it doesn't DO anything. It HANGs forever and it > retrieve no Information. > > The Log files only tell me: The request has exceeded the > allowable time limit Tag: cfoutput The specific sequence of > files included or processed is: > C:\ColdFusion8\wwwroot\scripts\ldap.cfm, line: 23 > > I am clueless...please help... > > Ravi. > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:302166 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

