[
https://issues.jboss.org/browse/WFLY-6085?page=com.atlassian.jira.plugin....
]
Darran Lofthouse moved SECURITY-935 to WFLY-6085:
-------------------------------------------------
Project: WildFly (was: PicketBox )
Key: WFLY-6085 (was: SECURITY-935)
Workflow: GIT Pull Request workflow (was: classic default workflow)
Component/s: Security
(was: Negotiation)
Wrong AdvancedADLdap mapping in ModulesMap
------------------------------------------
Key: WFLY-6085
URL:
https://issues.jboss.org/browse/WFLY-6085
Project: WildFly
Issue Type: Bug
Components: Security
Reporter: Hynek Švábek
Assignee: Darran Lofthouse
There is wrong AdvancedADLdap mapping in ModulesMap.
In ModulesMap is "AdvancedAdLdap", but in documentation is
"AdvancedADLdap".
https://github.com/jbossas/jboss-eap7/blob/7.x/security/subsystem/src/mai...
https://access.stage.redhat.com/documentation/en/red-hat-jboss-enterprise...
We suggest some like this for backward compatibility:
Add one extra mapping to ModulesMap with right mapping and leave there old mapping too.
Some old app can use this old wrong mapping.
{code}
put("AdvancedAdLdap", AdvancedADLoginModule.class.getName());
put("AdvancedADLdap", AdvancedADLoginModule.class.getName());
{code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)