Implementation

The LDAP Authentication module name is: com.tibco.tibems.tibemsd.security.jaas.LDAPAuthentication.

The JAAS configuration file entry for this login module should have a section similar to the following:

EMSUserAuthentication {
    com.tibco.tibems.tibemsd.security.jaas.LDAPAuthentication required
    tibems.ldap.url="ldaps://ldapserver:391"
    tibems.ldap.truststore="/certificates/cacerts"
    tibems.ldap.user_base_dn="ou=Marketing,dc=company,dc=com"
    tibems.ldap.user_attribute="uid"
    tibems.ldap.scope="subtree"
    tibems.cache.enabled=true
    tibems.cache.user_ttl=600
    tibems.ldap.manager="CN=Manager"
    tibems.ldap.manager_password="password" ;
};