Data Name | Description |
---|---|
id | The service identification. |
providerUrl | The URL address of the LDAP server to communicate with. |
factory | The name of the factory class (for example, com.sun.jndi.ldap.LdapCtxFactory). |
authMethod | The authentication method (for example, simple or none). |
authPrincipal | The authenticating principal. |
authCredentials | The credentials of the authenticating principal. |
searchRoot | The name of the suffix to use to bind to when initializing the service. |
<LDAPService id="ldapService" providerUrl="ldap://localhost:389" factory="com.sun.jndi.ldap.LdapCtxFactory" authMethod="simple" authPrincipal="cn=root" authCredentials="password" >