We have a need to create a dynasty based on data values in an external DB.
Database contains the SAM Account Name and another field value. We need to be able to create Groups based on this additional value.
e.g.
ODBC Data Structure
jsmith | Cambridge
sjones | Cambridge
award | Oxford
jsmith | Oxford
AD Groups to be created
Cambridge - with members = jsmith,sjones
Oxford - with members = jsmith, aware
As you can see users can have multiple values, and so need to be members of multiple groups
When running through the setup wizard I can specify the DB field as a group by value, but it then prompts me for a link in the AD. We tried linking the username field to the SAM Account field, but that doesn't create a dynasty it simply generates a group with the listed users as member.
The help is pretty light on the ground - can anyone shed some light on solutions to our requirement.