ilgrosso / oldSyncopeIdM

Exported from Google Code for historical reasons; now at The Apache Software Foundation
http:/syncope.apache.org
Apache License 2.0
1 stars 0 forks source link

Array property connector #245

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In case of array property string value is split on white spaces.
This could be a problem because white spaces are often part of a single value.

Think about memberships attribute for AD connector used to specify group 
distinguished names. 

For example specifying the following value for memberships

CN=Domain Computers,DC=Users,DC=syncopeidm,DC=org CN=Domain 
Guests,CN=Users,DC=syncopeidm,DC=org

I will obtain an array of 4 elements instead of 2.
In this case operations performed through the AD connector won't work fine.

Original issue reported on code.google.com by fabio.ma...@gmail.com on 9 Dec 2011 at 3:53

GoogleCodeExporter commented 9 years ago

Original comment by fabio.ma...@gmail.com on 9 Dec 2011 at 4:13

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r1298.

Original comment by fabio.ma...@gmail.com on 12 Dec 2011 at 4:59