Implementation

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

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

EMSUserAuthentication {
    com.tibco.tibems.tibemsd.security.jaas.LDAPSimpleAuthentication required
    tibems.ldap.url="ldap://ldapserver:389"
    tibems.ldap.user_pattern="CN=%u" ;
};