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.
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.