Bug 34968 - Jmeter dont send a LDAP Unbind request, when a serarch succes result war performed!
Summary: Jmeter dont send a LDAP Unbind request, when a serarch succes result war perf...
Status: RESOLVED INVALID
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 2.0.3
Hardware: All All
: P2 normal (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords: RFC
Depends on:
Blocks:
 
Reported: 2005-05-19 11:31 UTC by antonio.angrisani
Modified: 2006-08-23 13:02 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description antonio.angrisani 2005-05-19 11:31:16 UTC
first excuseme for my english.

1) Perform an LDAP searc request on e LDAP server (i tried with my server, but i
know that the bug exist wichever ldap server e.g. open ldap).

2) The search result must respond with "0x00" error code (success) 

3) If i have understund the rfc ldap specify (rfc 2251), then the client
(jmeter) would have send a unbind request, but this not append!

I have tried with FEDORA core 3, HPUX, and windows xp operating system!
And i have tried with other client:

- ldapsearch (linux command line)
- ldap browser (http://www-unix.mcs.anl.gov/~gawor/ldap/download.html)

and all send a unbind request after the ldap serch result with cose success

ps: on the ldap rfc in the result message paragraph (4.1.10. Result Message) i
have readed: 

   "All the result codes with the exception of success, compareFalse and
   compareTrue are to be treated as meaning the operation could not be
   completed in its entirety."

and although this word was very clary and short, i have not understund the
server behaveiur to be performed. 

I hope to have been clary!

bye 
AA.
Comment 1 Dolf Smits 2006-08-23 19:35:01 UTC
No, this is not true.

LDAP is a session protocol, after a search, lots more of different operations 
can take place.
The user is responsible for closing a session by sending an unbind.

The ldap sampler will do this
The extended ldap sampler has an unbind operation, for which you need to define 
a seperate sampler

Greetings,

Dolf.smits@siemens.com
Comment 2 Sebb 2006-08-23 20:02:06 UTC
Thanks, closing bug accordingly
Comment 3 The ASF infrastructure team 2022-09-24 20:37:35 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/1543