You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@syncope.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/11/05 11:13:00 UTC

[jira] [Commented] (SYNCOPE-1393) jexl function fullPath2Dn return invalid value for ROOT realm

    [ https://issues.apache.org/jira/browse/SYNCOPE-1393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16674983#comment-16674983 ] 

ASF GitHub Bot commented on SYNCOPE-1393:
-----------------------------------------

AlexTsvetkov opened a new pull request #87: SYNCOPE-1393
URL: https://github.com/apache/syncope/pull/87
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> jexl function fullPath2Dn return invalid value for ROOT realm
> -------------------------------------------------------------
>
>                 Key: SYNCOPE-1393
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-1393
>             Project: Syncope
>          Issue Type: Bug
>    Affects Versions: 2.0.10, 2.1.1
>            Reporter: Alexander Tsvetkov
>            Priority: Major
>             Fix For: 2.1.0
>
>
> In mapping I have Object link: 
> 'cn=' + username + syncope:fullPath2Dn(realm, 'ou', ',') + ',OU=BY,DC=sesdev,DC=lab'
> For root realm it returns value with extra comma:
> 'cn=testUser,,OU=BY,DC=sesdev,DC=lab'
> BUT should return
> 'cn=testUser,OU=BY,DC=sesdev,DC=lab'
> So, for ROOT realm fullPath2Dn(realm, 'ou', ',') should return empty string, BUT not comma.
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)