Hi, The current LDAP sampler is not able to show the results of a search request. Also the actual load you create on the server is much higher than reflected by Jmeter, as each search request is accompanied by a bind and an unbind request.
I build an extended sampler which is more configurable and shows the results of a searchrequest. This sampler (working with verson 2.0.1) can probably do what you need. I attached the source files and documantation to a bugzilla bug report: http://issues.apache.org/bugzilla/show_bug.cgi?id=22394. (unfortunatly to the wrong bugzilla entry, but for now it can be found there) Hope this can help you out. Dolf Smits -----Original Message----- From: Dhiman, Gaurav [mailto:[EMAIL PROTECTED] Sent: Monday, August 16, 2004 12:35 To: [EMAIL PROTECTED] Subject: Help Needed - JMeter Hi All, I am using the latest version of JMeter (2.0.1) I want to connect to LDAP directory using JMeter and then fetch some data from it based upon some search criteria. I was using "LDAP Request" sampler of JMeter to connect to my LDAP directory and search into it for particular account information. The test I wrote in JMeter runs successfully (returns "successful" as response string), but does not return the exact LDAP directory record I am looking for. When I try to see the results of search using "Save Responses to file" Post Processor, I am not able to see the results. It only shows "successful". Can someone let me know if we can fetch the data from LDAP directory using JMeter, if yes, then tell HOW ? Regards, Gaurav. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

