API Management
13.2 13.1 13.0 12.2 12.1 12.0 11.0
13.2 13.1 13.0 12.2 12.1 12.0 11.0

LDAP Resources

LDAP Server connection details can be configured in the LDAP Resources panel. This configuration enables to use the LDAP Policy.

Use the Add  add.png  button to add an LDAP resource and provide values for the parameters that appear on the right side when the newly added resource name is selected. After configuring the LDAP Resource with the properties as described below, the resource can be used while configuring the LDAP policy.

ldapres.png
Figure 1: Properties of a newly added LDAP Resource

Property

Description

Name

Unique Name of LDAP Resource

URL

URL to connect to LDAP Server

Version

LDAP Server version

Authentication

The Authentication type to be used

Admin DN

LDAP System user name

Admin Password

LDAP System password

Connection Provider

Connection Providers are:

  • jndi

  • unboundid

image2015-10-17 16:46:54.png  

Server Set Type

Server Set Types are:

  • single

  • roundrobin

  • failover

Not Applicable for JNDI

image2015-5-8 11:54:22.png

LDAP Connector Class

Default option uses the built-in LDAP Connector.

If LDAP Policy with a custom LDAP provider is being used, specify the fully qualified LDAP connector class, that is, the class in which the LdapConnectionProvider interface is implemented.

Is Connection Pool Enabled

Enable if connection pooling is required

Timeout

Connection timeout value

Maximum Connections

Maximum number of connections when connection pooling is enabled

Preferred Size

Preferred size of the pool when connection pooling is enabled

Init Size

Initial number of connections when connection pooling is enabled

Protocol

Protocol used to connect to the LDAP server

Additional Environment Properties

The Environment properties that can be used while creating the LDAP server context

Refer to the LDAP Policy section to understand LDAP policy implementation.