I have been trying to get our 4.08 version to synchronize AD roles (groups) with roles inside of DNN.
After some extensive testing, it appears that the synching of roles stops as soon as it hits
a role that the user doesn't belong to;
For example, I have four groups:
A, B, C, and D (all global securtiy groups).
When I am member of all groups, then all four roles (A,B, C, and D) will show up after I log on.
If I remove myself from group A, then on the next login I am removed from ALL roles.
If I go back and adjust AD so that I am a member of A, B, and D, then on next login,
I only show up with roles A & B.
I have also tried some of the other combinations and each time the role synch hits a group
I am not a member of, it ignores every other group after that I belong to.
SO, what can I do to get this working properly? -- in it's present state the role synchronization
is worthless for what I need to accomplish
Thanks for you help.