LDAP Request Defaults

JMeter – LDAP Request Defaults

LDAP: What is it?

A software protocol called LDAP (Lightweight Directory Access Protocol) makes it possible for anyone to find companies, people, and other assets like files and devices on a network, whether on the open Internet or on a corporate intranet. Directory Access Protocol (DAP), part of the X.500 standard for network directory services, is also known as DAP. LDAP is a “light” (no code) version of DAP. Multiple servers can share an LDAP directory. Each server can have a replicated copy of the entire directory that is synchronized periodically. A Directory System Agent (DSA) is the name of an LDAP server. An LDAP server that accepts a user’s request takes responsibility for the request and forwards it to additional DSAs as needed while ensuring a coordinated response to the user.

How do I add ‘LDAP Request Defaults’?

You can follow the steps to add LDAP request defaults:

  1. Select the “Test Plan” node
  2. Right-click on the ‘Test Plan’ node
  3. Mouse over ‘Add’
  4. Move your mouse over ‘Setting Item’
  5. Click ‘LDAP Request Defaults’

JMeter - LDAP Request Defaults

What are the ‘LDAP Request Defaults’ input fields?

The options under “LDAP Request Defaults” are as follows:

• Name: to name the element

• Leave any comments to chance.

• Server Name: The IP address or domain name of the LDAP server.

• The port of the LDAP server. JMeter assumes that the LDAP server is reachable on port 389 by default.

• DN: Base DN to use for LDAP operations

• Test Setup – This option helps you choose the different types of operations you want to perform.

• Add test: operation to create a new object

• Delete test: operation to delete the object

• Seek test: operation to find the object

• Modify Test: operation to modify the object

• User-Defined Test – Check to allow user-defined test configuration

Scroll to Top