Hi All:

Have a bit of a conundrum and wondering if list has any suggestions.

Source: Database (sample table data)

COURSE      STUDENT
course A       student 1
course B       student 1
course A       student 2


Target: LDAP (sample end result  below)

cn= course A, ou=foo, ou=bar
uniqueMember = student 1
uniqueMember = student 2

cn=course B, ou=foo, ou=bar
uniqueMember = student 1

Problem to Solve: How to populate the students into the course groups?

Using the group 'cn' as the pivot --- It works if there is just 1 row, i.e.
1 student, for a course (say course B) --- but there are multiple of rows
for each course in the source database (1 row per each student enrolled in
the course). In total, there are ~700k rows.

Any thoughts on approaching the conundrum?

Thanks.
_______________________________________________________________
Ldap Synchronization Connector (LSC) - http://lsc-project.org

lsc-users mailing list
[email protected]
http://lists.lsc-project.org/listinfo/lsc-users

Reply via email to