CIFS server: ERROR [smb.protocol.auth] org.alfresco.jlan.sm
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2011 03:18 PM
Dear all, I can't setup passthru authentication at all ….
I tryed Preview Alfresco Community Edition 3.4.e and Community Edition 3.4.d without success…
Alfresco is installed on Tomcat and S.O. for tests is Windows XP Pro.
The configuration is very simple and I got it from many books, wiki and forum articles.
I can't login to the CIFS server and I get the error: ERROR [smb.protocol.auth] org.alfresco.jlan.smb.SMBException: Logon failure
The configuration is the below:
authentication.chain=alfrescoNtlm1:alfrescoNtlm,passthru1
assthru
ntlm.authentication.sso.enabled=false
ntlm.authentication.authenticateCIFS=false
alfresco.authentication.authenticateCIFS=false
alfresco.authentication.allowGuestLogin=false
passthru.authentication.domain=MYDOMAIN
passthru.authentication.defaultAdministratorUserNames=administrator
cifs.enabled=true
cifs.serverName=DOC
cifs.domain=MYDOMAIN
cifs.hostannounce=true
I tryed Preview Alfresco Community Edition 3.4.e and Community Edition 3.4.d without success…
Alfresco is installed on Tomcat and S.O. for tests is Windows XP Pro.
The configuration is very simple and I got it from many books, wiki and forum articles.
I can't login to the CIFS server and I get the error: ERROR [smb.protocol.auth] org.alfresco.jlan.smb.SMBException: Logon failure
The configuration is the below:
authentication.chain=alfrescoNtlm1:alfrescoNtlm,passthru1

ntlm.authentication.sso.enabled=false
ntlm.authentication.authenticateCIFS=false
alfresco.authentication.authenticateCIFS=false
alfresco.authentication.allowGuestLogin=false
passthru.authentication.domain=MYDOMAIN
passthru.authentication.defaultAdministratorUserNames=administrator
cifs.enabled=true
cifs.serverName=DOC
cifs.domain=MYDOMAIN
cifs.hostannounce=true
Labels:
- Labels:
-
Archive
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2011 04:04 PM
I would first make sure CIFS works with the alfrescoNtlm authentication - and maybe you have already done that. Did you add this as well?
passthru-authentication-context.properties
passthru-authentication-context.properties
passthru.authentication.authenticateCIFS=true
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2011 04:54 PM
Thank you…. Yes, this attribute is ok ….
