IBM Operations Analytics - Log Analysis, Version 1.3.2

ldapRegistryHelper.properties

You can edit the ldapRegistryHelper.properties to specify LDAP server details.

The following properties are required and define the connection information for the target LDAP server.
Table 1. LDAP server connection information properties
Property Description
ldap_hostname_property= The LDAP hostname.
ldap_port_property= The LDAP port.
ldap_baseDN_property= The LDAP baseDN. For example, "dc=com" for TDS users, and "CN=Users,DC=sflab,DC=local"for AD users.

The following properties are optional and define the connection information for the target LDAP server. Where applicable, default settings are assigned.

The bindPassword value for AD users is encrypted in the ldapRegistryHelper_config.xml.
Table 2. Optional LDAP server connection information properties
Property Description
ldap_bindDN_property= The LDAP bindDN. For example, "CN=Administrator,CN=Users,DC=sflab,DC=local" for AD users.
ldap_bindPassword_property= The LDAP bind password.
ldap_realm_property= The LDAP realm. The default value is LdapRegistryRealm.
ldap_id_property= The LDAP ID. The default value is LdapRegistryId.
ldap_ignoreCase_property= The LDAP ignore case. The default value is true.


Feedback