[
https://issues.apache.org/jira/browse/SYNCOPE-893?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Francesco Chicchiriccò updated SYNCOPE-893:
-------------------------------------------
Assignee: Francesco Chicchiriccò
Affects Version/s: 2.0.0-M4
Fix Version/s: 2.0.0
Description:
If trying to pull a group with a name containing international characters from
ldap syncope will fail.
Simply add the following group to the embedded ApacheDS in a standalone
installation.
{code}
dn:: Y249csOka3Ntw7ZyZ8OlcyxvdT1Hcm91cHMsbz1pc3A=
objectclass: top
objectclass: groupOfUniqueNames
cn:: csOka3Ntw7ZyZ8Olcw==
uniquemember: uid=pullFromLDAP,ou=People,o=isp
owner: uid=pullFromLDAP,ou=People,o=isp
{code}
Sync, and watch it crash and burn.
was:
If trying to pull a group with a name containing international characters from
ldap syncope will fail.
Simply add the following group to the embedded ApacheDS in a standalone
installation.
dn:: Y249csOka3Ntw7ZyZ8OlcyxvdT1Hcm91cHMsbz1pc3A=
objectclass: top
objectclass: groupOfUniqueNames
cn:: csOka3Ntw7ZyZ8Olcw==
uniquemember: uid=pullFromLDAP,ou=People,o=isp
owner: uid=pullFromLDAP,ou=People,o=isp
Sync, and watch it crash and burn.
Component/s: core
> International characters in group name
> --------------------------------------
>
> Key: SYNCOPE-893
> URL: https://issues.apache.org/jira/browse/SYNCOPE-893
> Project: Syncope
> Issue Type: Bug
> Components: core
> Affects Versions: 2.0.0-M4
> Environment: Linux (CentOS7), Standalone install, M4, Oracle Java,
> 64Bit
> Reporter: Jonas Israelsson
> Assignee: Francesco Chicchiriccò
> Fix For: 2.0.0
>
> Attachments: stacktrace
>
>
> If trying to pull a group with a name containing international characters
> from ldap syncope will fail.
> Simply add the following group to the embedded ApacheDS in a standalone
> installation.
> {code}
> dn:: Y249csOka3Ntw7ZyZ8OlcyxvdT1Hcm91cHMsbz1pc3A=
> objectclass: top
> objectclass: groupOfUniqueNames
> cn:: csOka3Ntw7ZyZ8Olcw==
> uniquemember: uid=pullFromLDAP,ou=People,o=isp
> owner: uid=pullFromLDAP,ou=People,o=isp
> {code}
> Sync, and watch it crash and burn.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)