-
Type:
Bug
-
Status: Done
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: AMQ 7.0.3.GA
-
Fix Version/s: None
-
Component/s: broker-core
-
Labels:
-
Target Release:
-
Affects:Release Notes
-
Release Notes Text:The commit operation of the LDAP JAAS login module would always return null, resulting in unexpected behavior when multiple instances of the module were configured in the same domain.
-
Release Notes Docs Status:Documented as Resolved Issue
With two org.apache.activemq.artemis.spi.core.security.jaas.LDAPLoginModule configured in login.config, if the user is found in the first module, then the roles are returned correctly and the user can log in. If the user is in the second module, however, the DEBUG logging shows the correct roles being found, but the user is not allowed to log in.
- is related to
-
ARTEMIS-1821 Loading...