Hi all,
We're trying to migrate user data from an LDAP server to Active Directory running on Windows Server 2012. Besides users objects, there are multi-value attribute "groups" objects in the LDAP server and I've no idea how to migrate to AD, e.g.
For user uid=123456 who is a student with double major, there exists 3 objects for this user:
1. the user object, contains: uid: 123456, name, contact, etc...
2. 1st major object, contains: uid: 123456, major: Mathematics, year of attention (2010), faculty: Science
3. 2nd major object, contains: uid: 123456, major: English, year of attention (2011), faculty, Arts
Would anyone please help? Thanks a lot.
Regards
/ST Wong