Hi, I'm trying to get LDAP sync and native Alfresco auth running, but I still have problems with that. Alfresco synchronises users with OpenLDAP and I can login into user's account via WebExplorer, but when I try to connect to CIFS, I'm still getting [org.alfresco.smb.protocol.auth] User does not exist, Someuser for user imported from OpenLDAP, but when I try to connect like user created inside Alfresco, It works. I'm using simple authentication in LDAP and my users passwords are saved unencrypted (in Alfresco 3.2 this worked for me fine).My chain:authentication.chain=ldap1:ldap,alfrescoNtlm1:alfrescoNtlm
Ntlm Properties:alfresco.authentication.authenticateCIFS=true
LDAP properties:ldap.authentication.active=false
ldap.authentication.java.naming.security.authentication=simple
Where can be a problem? Thanks in advance!