[ 
https://issues.apache.org/jira/browse/ROL-1611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Anil Gangolli resolved ROL-1611.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 5.0

Single line fix as filer suggested.  Fixed in trunk revision 819155.

> CustomUserRegistry using wrong LDAP value for username
> ------------------------------------------------------
>
>                 Key: ROL-1611
>                 URL: https://issues.apache.org/jira/browse/ROL-1611
>             Project: Roller
>          Issue Type: Bug
>          Components: User Management
>            Reporter: David Johnson
>            Assignee: Anil Gangolli
>            Priority: Minor
>             Fix For: 5.0
>
>
> From  Shing Wai Chan:
> Around line 88 of CustomUserRegistry.java, we have
>            // Try to get SSO data from HttpServletRequest
>            userName = getRequestAttribute(request,
> WebloggerConfig.getProperty(
> UID_LDAP_PROPERTY, DEFAULT_SNAME_LDAP_ATTRIBUTE));
> I think there is a typo here.
> It should be
> // Try to get SSO data from HttpServletRequest
>            userName = getRequestAttribute(request,
> WebloggerConfig.getProperty(
> UID_LDAP_PROPERTY, DEFAULT_UID_LDAP_ATTRIBUTE));
> Note that we should have DEFAULT_UID_LDAP_ATTRIBUTE rather than
> DEFAULT_SNAME_LDAP_ATTRIBUTE.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to