Hello,
I am trying to configure LDAP Sync + Cifs for Alfresco 3.4d. Here are some of the configuration parts:
authentication.chain=alfrescoNtlm:alfrescoNtlm,ldap:ldap
ntlm.authentication.sso.enabled=false
alfresco.authentication.authenticateCIFS=true
ldap.authentication.active=false
ldap.synchronization.active=true
Ldap sync is ok, I can see the users being sync-d ok. The error I get all the time (except for admin account) is:
15:05:34,792 DEBUG [org.alfresco.smb.protocol.auth] NT Session setup NTLMSSP, MID=8, UID=0, PID=65279
15:05:34,793 DEBUG [org.alfresco.smb.protocol.auth] Using Write transaction
15:05:34,794 DEBUG [org.alfresco.smb.protocol.auth] Using Write transaction
15:05:34,801 DEBUG [org.alfresco.smb.protocol.auth] NT Session setup NTLMSSP, MID=16, UID=0, PID=65279
15:05:34,801 DEBUG [org.alfresco.smb.protocol.auth] Using Write transaction
15:05:34,802 WARN [org.alfresco.smb.protocol.auth] User does not exist, [user-name-removed]
Can you please offer some ideas?
Regards