Products | Versions |
---|---|
TIBCO Enterprise Message Service | - |
Not Applicable | - |
Resolution:
Beginning with EMS 8.0, the various LoginModule classes in the jetty-all.jar has been moved to a different package than the previous version of EMS, org.eclipse.jetty.jaas.spi.*, e.g., org.eclipse.jetty.jaas.spi.LdapLoginModule . Therefore, in the JAAS config file for EMSCA, you need to use
tibemsca {
org.eclipse.jetty.jaas.spi.LdapLoginModule required
......
......