Did any one configure Microsoft Active Directory LDAP for admin Console
Authorization. We are using below login.config but Roles are not in
Microsoft AD so it does not return anything and get errors while trying to
login in admin console.

Any advise ?

below is current config. we removed client specific setting .

LDAPLogin {
  org.apache.activemq.jaas.LDAPLoginModule required 
    debug=true 
    initialContextFactory=com.sun.jndi.ldap.LdapCtxFactory 
    connectionURL="ldap://URL:389"; 
    connectionUsername="CN=aa,OU=bb,DC=dd,DC=com" 
    connectionPassword="xxxxxx"
    connectionProtocol="" 
    authentication=simple 
    userBase="OU=cc,DC=com" 
    userSearchMatching="(account={0})" 
    userSearchSubtree=true 
    roleBase="OU=aa,OU=bb,DC=dd" 
    roleName=ou 
    roleSearchMatching="(account={0})"  
    roleSearchSubtree=true 
    ;
};



--
Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-Dev-f2368404.html

Reply via email to