This section covers the properties that need to be configured in order to successfully connect to LDAP Server and perform bind & search operations on LDAP Server.
|
The values of the following properties depend on your LDAP Server. Refer the Sample or Possible Values field of the table below for examples. |
Property Name |
Property Description |
Sample or Possible Values |
||
abpm.ldap.enableLdap |
Configurable option to enable or |
yes |
no, true |
false |
abpm.ldap.provider.url |
Provider URL to connect to LDAP |
ldap://serverName:389 |
||
abpm.ldap.naming.factory.ini |
JNDI initial context factory required |
com.sun.jndi.ldap. |
||
abpm.ldap.security.authentication |
Mode for LDAP security authentication. |
none |
simple |
sasl_mech |
abpm.ldap.searchScopeLevel |
Search scope level. |
One |
Object |
Subtree |
abpm.ldap.enableLdapOverSSL |
Configurable option to enable or |
yes |
no, true |
false |
abpm.ldap.SearchTimeout |
Timeout in seconds for LDAP search operations. |
60 |
||
abpm.ldap.ServerTimeout |
Read timeout in seconds for |
60 |
||
abpm.ldap.bindDN |
The DN used to bind against the |
|
||
abpm.ldap.bindCredential |
The password for the bindDN. |
xxxxxxx |
||
abpm.ldap.baseContextDN |
The fixed DN of the context to start the |
|
||
abpm.ldap.baseFilter |
A search filter used to locate the context |
|
||
abpm.ldap.rolesContextDN |
The fixed DN of the context to search for |
|
||
abpm.ldap.roleFilter |
A search filter used to locate the roles |
|
||
abpm.ldap.roleAttributeID |
The name of the role attribute of the |
cn |
||
abpm.ldap.roleAttributeIsDN |
A flag indicating whether the user's role |
yes |
no, true |
false |
abpm.ldap.roleNameAttributeID |
The name of the role attribute of the |
cn |
||
abpm.ldap.roleDN.searchRoleNameAttributeID |
Configurable option to enable or disable searching role name attribute in user's distinguished name. |
yes |
no, true |
false |
abpm.ldap.roleRecursion |
Specifies how deep the role search will |
0 |
||
abpm.ldap.enable.anonymous.login |
Configurable option to enable or disable anonymous login through blank password in LDAP. |
yes |
no, true |
false |