[jboss-jira] [JBoss JIRA] (SECURITY-935) Wrong AdvancedADLdap mapping in ModulesMap

Darran Lofthouse (JIRA) issues at jboss.org
Thu Jan 28 05:35:00 EST 2016


    [ https://issues.jboss.org/browse/SECURITY-935?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13154978#comment-13154978 ] 

Darran Lofthouse commented on SECURITY-935:
-------------------------------------------

Will fix.

> Wrong AdvancedADLdap mapping in ModulesMap
> ------------------------------------------
>
>                 Key: SECURITY-935
>                 URL: https://issues.jboss.org/browse/SECURITY-935
>             Project: PicketBox 
>          Issue Type: Bug
>          Components: Negotiation
>            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/main/java/org/jboss/as/security/ModulesMap.java#L105
> https://access.stage.redhat.com/documentation/en/red-hat-jboss-enterprise-application-platform/version-7.0.beta/login-module-reference/#advancedadldap_login_module
> 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)



More information about the jboss-jira mailing list