I'm trying to log by CIFS with my users synchronized in my alfresco with an active directory but the only one username I can use is the "admin" default account ( the only one that was created in Alfresco without AD )
ntlm.authentication.sso.enabled=false # Force alfrescoNtlm and passthru to use log in dialog alfresco.authentication.authenticateCIFS=false # Force use of passthru subsystem for CIFS ldap.authentication.active=false # Switch off authentication side of ldap-ad subsystem
With that configuration, none of the Alfresco users such as admin will be able to log on to Alfresco Explorer (or use CIFS). Only password-based login is chained. So you may as well have left alfrescoNtlm out of the chain.
You need to understand that both alfresco and passthru are capable of authenticating CIFS. But only one of them can authenticate CIFS at a time. And that is the first one in the chain with CIFS authentication enabled.