Site icon Tutorial

Adding LDAP Requests

Adding LDAP Requests

Let us discuss Adding LDAP Requests. 

In our Test Plan, we want to use all 9 LDAP requests.

JMeter sends requests in the order that you add them to the tree. Adding a requests always start by:

Adding a Thread bind Request

take care that this must be the uppermost shared level for all your request, eg When all information is stored under ou=Users, dc=test, dc=com, you can use this value in the based.

Adding a search Request

When left empty, the basedn is used as a search base, this files is important if you want to use a “base-entry” or “one-level” search (see below)

only the given searchbase is used, only for checking attributes or existence.

Only search in one level below given searchbase is used

Searches for object at any point below the given basedn

When a very large returnset is returned, from a very fast server, over a very slow line, you may have to wait for ages for the completion of the search request, but this parameter will not influence this.

answer, especially when an object has very large attributes (like jpeg Photo). There are three possibilities:

Leave empty (the default setting must also be empty) This will return all attributes.

Put in one empty value (“”), it will request a non-existent attributes, so in reality it returns no attributes

Put in the attributes, separated by a semi-colon. It will return only the requested attributes

Unchecked will mean no java-object attributes will be returned.

Test Your Software Testing Skills By Taking Our JMeter Practice Tests On This Link

Become Vskills Certified JMeter Tester. Gain some knowledge on the module “Adding LDAP Requests”. Try the free practice test!

Apply For JMeter Certification

Go back to Tutorial

Exit mobile version