You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Manfred Baedke (JIRA)" <ji...@apache.org> on 2015/09/03 18:39:46 UTC

[jira] [Resolved] (OAK-3144) Support multivalue user properties for Ldap users

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

Manfred Baedke resolved OAK-3144.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 1.3.5

> Support multivalue user properties for Ldap users
> -------------------------------------------------
>
>                 Key: OAK-3144
>                 URL: https://issues.apache.org/jira/browse/OAK-3144
>             Project: Jackrabbit Oak
>          Issue Type: Improvement
>          Components: auth-ldap
>    Affects Versions: 1.3.3
>            Reporter: Konrad Windszus
>            Assignee: Manfred Baedke
>             Fix For: 1.3.5
>
>
> Currently the {{ExternalUser.getProperties}} only exposes single value properties (or in case of multiple values in the LDAP only the first value). The problem is the code {{LdapIdentityProvider.createUser()}} (https://github.com/apache/jackrabbit-oak/blob/trunk/oak-auth-ldap/src/main/java/org/apache/jackrabbit/oak/security/authentication/ldap/impl/LdapIdentityProvider.java#L711). This only uses http://directory.apache.org/api/gen-docs/latest/apidocs/org/apache/directory/api/ldap/model/entry/Attribute.html#getString%28%29 which returns the first value only. One has to leverage the iterator implemented by each attribute object to get all values!



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)