I'm syncing users from edir to a MySQL table, and would like to do the
same for groups. I'm not sure how to handle the multivalued group
membership attribute though. It would be enough if I could just
convert all the Members/GroupMemberships in a user or group to a
single valued attribute and send it to a blob field in mysql, but if
there are any other suggestions I'm all ears!
Thanks,