LdapDataService

LDAP data service configuration allows to configure external data sources which can then be referred to in the request injection value templates. Currently the only supported Data Source type is LDAP.

Description

Description of the configuration object

Provider URL

The LDAP URLs of the LDAP data services separated by spaces. When multiple URLs are given, the LDAP provider cycles through them until a successful connection is established.

Connection authentication

The authentication mechanism for establishing connections to the LDAP data service. Supported mechanisms are specified on the Oracle JNDI documentation page http://docs.oracle.com/javase/jndi/tutorial/ldap/security/auth.html, for example, none or simple.

Administrator’s user name

The DN of the LDAP data service administrator that should be used for performing all operations in the LDAP data service.

Administrator’s password

The passphrase of the LDAP data service administrator.

Search base

The DN of the LDAP data service node under which user entries searches should be performed.

Search count limit

The entries count limit for performing searches in the LDAP data service.

Search time limit

The time limit in seconds for performing searches in the LDAP data service.