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:passthru
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
gnyce
- Posts
- 97
- Achievements
- 3
- Member for
- 3 years 3 weeks
- From
- east coast, US
Stats
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.authenticateCIFS=trueicarrara
- Posts
- 39
- Achievements
- 2
- Member for
- 6 years 4 months
Stats
Thank you.... Yes, this attribute is ok ....