]
Lin Gao reassigned WFCORE-3035:
-------------------------------
Assignee: Lin Gao (was: Darran Lofthouse)
x509-credential-mapper in ldap-realm tries to verify Subject DN even
if it is not configured
--------------------------------------------------------------------------------------------
Key: WFCORE-3035
URL:
https://issues.jboss.org/browse/WFCORE-3035
Project: WildFly Core
Issue Type: Bug
Components: Security
Affects Versions: 3.0.0.Beta26
Reporter: Ondrej Lukas
Assignee: Lin Gao
Priority: Critical
{{ldap-realm}} tries to verify Subject DN even if it is not configured (in optional
{{subject-dn-from}} attribute). Attempt to verify Subject DN should not happen in that
case.
It seems it is caused by missing check in [1].
[1]
https://github.com/wildfly/wildfly-core/blob/4e3c18e143d9093401c65745e321...