]
Justin Cook commented on WFLY-5485:
-----------------------------------
Closing this issue since the corresponding JBEAP issue was closed as "Won't
Fix".
Search scope OBJECT_SCOPE does not work correctly for
LdapRolesMappingProvider
------------------------------------------------------------------------------
Key: WFLY-5485
URL:
https://issues.jboss.org/browse/WFLY-5485
Project: WildFly
Issue Type: Bug
Components: Security
Affects Versions: 10.0.0.CR2
Reporter: Ondrej Lukas
Priority: Minor
No role is returned when searchScope=OBJECT_SCOPE is used for
org.jboss.security.mapping.providers.role.LdapRolesMappingProvider.
This problem is caused by searching attributes for role DN which starts with comma - e.g.
",cn=JBossAdmin,ou=Roles,dc=jboss,dc=org".
It is the same issue as
https://issues.jboss.org/browse/WFLY-5395 but in
LdapRolesMappingProvider.