enRoleLDAPConnection.properties
The enRoleLDAPConnections.properties file provides standard configuration settings that allow successful communication between Identity Manager and the LDAP directory server.
The enRoleLDAPConnection.properties properties page defines the properties used to configure LDAP directory server properties.
enRoleLDAPConnection.properties properties
java.naming.factory.initial
-
Do not modify this property key and value.
Specifies the built-in Java™ class file that provides the communication interface between IBM Verify Identity Governance and the LDAP directory server. The Java Naming and Directory Interface (JNDI) protocol is used.
Example:java.naming.factory.initial=com.sun.jndi.ldap.LdapCtxFactory
LDAP context:
Context.INITIAL_CONTEXT_FACTORY
java.naming.provider.url
-
Specifies the URL of the LDAP directory server. The LDAP server is on:
- The local Identity Manager Server. In this case, use
localhost
. - A remote computer. In this case, use the short or fully qualified host name or the IP address.
The value for this property is initially configured during IBM Verify Identity Governance installation. You can also provide this value with the ldapconfig utility or runConfig utility.
Example:
java.naming.provider.URL=ldap://localhost:389
LDAP context:
Context.PROVIDER_URL
- The local Identity Manager Server. In this case, use
java.naming.security.principal
-
Specifies the distinguished name (DN) of the LDAP administration account on the LDAP directory server.
The value for this key is initially configured during IBM Verify Identity Governance installation. You can also provide this value with the ldapconfig utility or runConfig utility.
Example:
java.naming.security.principal=cn=root
Example for Sun Open Net Environment (ONE) Directory Server:java.naming.security.principal=cn=directory manager
LDAP context:
Context.SECURITY_PRINCIPAL