You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Christopher L. Shannon (JIRA)" <ji...@apache.org> on 2017/01/25 20:22:26 UTC

[jira] [Commented] (AMQ-6580) LDAP integration of Web Console

    [ https://issues.apache.org/jira/browse/AMQ-6580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15838507#comment-15838507 ] 

Christopher L. Shannon commented on AMQ-6580:
---------------------------------------------

I believe you need to add the jetty-jaas jar file to the classpath.  The JAAS related classes were moved into their own jar file in the newer versions of jetty.

{code:xml}
<dependency>
  <groupId>org.eclipse.jetty</groupId>
  <artifactId>jetty-jaas</artifactId>
  <version>${jetty-version}</version>
</dependency>
{code}

> LDAP integration of Web Console
> -------------------------------
>
>                 Key: AMQ-6580
>                 URL: https://issues.apache.org/jira/browse/AMQ-6580
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: jaas
>    Affects Versions: 5.14.3
>            Reporter: deepak suneja
>
> I couldn't find class for integrating webconsole login with LDAP
> earlier there was a class jetty  org.eclipse.jetty.plus.jaas.JAASLoginservice class was available to Login using LDAP, in the new version its not available anymore
>  org.eclipse.jetty.plus.jaas.spi.LdapLoginModule, this class was required to provide LDAP configuration



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)