Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jmeter dont send a LDAP Unbind request, when a serarch succes result war performed! #1543

Closed
asfimport opened this issue May 19, 2005 · 2 comments

Comments

@asfimport
Copy link
Collaborator

antonio.angrisani (Bug 34968):
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:

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.

Severity: normal
OS: All

@asfimport
Copy link
Collaborator Author

Dolf Smits (migrated from Bugzilla):
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

@asfimport
Copy link
Collaborator Author

Sebb (migrated from Bugzilla):
Thanks, closing bug accordingly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant