This is what I am trying to realize: I want to be able to create local users within alfresco and check their passwords against the Active Directory via LDAP. The first step of authenticating would be to check if the User Name exists local in Alfresco or not. If the user exists I want Alfresco to use LDAP checking it's password against the Active Directory. Of course I will use the same usernames in Alfresco as on the AD. Basically I do only need the AD to check passwords.. I just got the LDAP authentication working using the sAMAccountName. But i don't know how to go on?
I am still having the problem not being able to use both - local and ldap users. At the moment i am only able to login to alfresco with ldap users. what do i have to do to use the local users again?