I've got Alfresco 4.0.d community successfully authenticating and synchronizing with ActiveDirectory (see config below). I do have one problem however. given that there's a test_user user in AD and given that we can login as test_user@domain and test_user@domain.local, I can login three different ways with the same password. That is, I can login as:
test_user test_user@domain test_user@domain.local
Those are created in alfresco as three different users (with the usernames as above). Is there a way to tell alfresco that the same AD user should map to just one alfresco user? Otherwise, I'm going to have trouble later as users somehow login in more than one way and find that documents they've updated as one user aren't owned by them when they' logged in as a variant n the first user's login? Or that in the second login they aren't in the same groups or don't have access to sharepoint sites they had when logged in as the first user.
After talking to the system administrators, It turns out this isn't an issue. System administrators know about the domain. Users would never login with [username]@[domain1].[domain2], so the problem won't come up.