[
https://issues.jboss.org/browse/WFCORE-2362?page=com.atlassian.jira.plugi...
]
Darran Lofthouse resolved WFCORE-2362.
--------------------------------------
Fix Version/s: 3.0.0.Beta23
Resolution: Rejected
It was a bug that the system property was handled outside of Stage.MODEL - where system
properties like this are used they should only be used as a temporary workaround with a
view to the configuration being handled in Stage.MODEL in the future.
Regression: Legacy LDAP security-realm reads system-property only
during boot
-----------------------------------------------------------------------------
Key: WFCORE-2362
URL:
https://issues.jboss.org/browse/WFCORE-2362
Project: WildFly Core
Issue Type: Bug
Components: Security
Reporter: Ondrej Lukas
Assignee: Darran Lofthouse
Priority: Blocker
Fix For: 3.0.0.Beta23
Attachments: print-roles.war
In legacy LDAP security-realm,
{{org.jboss.as.domain.management.security.parseGroupNameFromLdapDN}} system property is
used for decision between parsing role from DN (for property=true) or LDAP role search
(otherwise). LDAP security-realm was able to read this property dynamically from server
configuration. Currently it seems that LDAP security-realm reads this property only during
server boot. This means that if this property is set through system-property resource in
application server then reload of server is needed to start this feature.
This issue does not affects scenarios, where system property is set in standalone.conf.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)