I am running 4.5.1 and have been using AD authentication successfully. I have now added a second parent portal and the first problem I'm seeing is that my AD users are not being auto-created for the new portal.
After some searching on this forum, this seems to be a problem with the old AD provider (the one in the core). I'm guessing that the old AD provider does not sync the users b/c they already exist in the Users table, just not for the correct PortalID.
My question is this - what options do I have to get this to work?
Off the top of my head, I'm thinking that I could do 1 of 3 things:
1. Upgrade (not something I want to tackle right now)
2. Fix the 4.5.1 code myself
3. Write a SQL Server script that copies portal #1 users to portal #2
I'm leaning towards option #3 but would love to hear if anyone has any other options.