cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco 3.2 + passthru authentication SSO

jserrano
Champ in-the-making
Champ in-the-making
I need to configure Alfresco 3.2 Community with passthru authenticaciton.

If I acces to Alfresco through web browser the user is validated through SSO but, if I acces to \\servidorA the server responds:

The output: User does not exist

I let you the configuration

Thanks in advanced.

Configuration properties
=======================
alfresco-global.properties
=========================

filesystem.domainMappings=LOCAL
filesystem.domainMappings.value.LOCAL.subnet=192.168.1.0
filesystem.domainMappings.value.LOCAL.mask=192.168.1.255
authentication.chain=alfrescoNtlm1:alfrescoNtlm,passthru1Smiley Tongueassthru

passthru-authentication-context.properties
======================================

passthru.authentication.useLocalServer=false
passthru.authentication.domain=
passthru.authentication.servers=LOCAL\\server.domain.local
passthru.authentication.guestAccess=false
passthru.authentication.defaultAdministratorUserNames=administrador,admin
#Timeout value when opening a session to an authentication server, in milliseconds
passthru.authentication.connectTimeout=5000
#Offline server check interval in seconds
passthru.authentication.offlineCheckInterval=300
passthru.authentication.protocolOrder=NetBIOS,TCPIP
passthru.authentication.authenticateCIFS=true
passthru.authentication.authenticateFTP=true

ntlm-filter.properties para alfrescoNTML
==================================
ntlm.authentication.sso.enabled=false
ntlm.authentication.mapUnknownUserToGuest=false

ntlm-filter.properties para passthru
=======================
ntlm.authentication.sso.enabled=true
ntlm.authentication.mapUnknownUserToGuest=false


Output
========================
16:53:43,236  DEBUG [org.alfresco.fileserver] Added passthru server [LOCAL\srv
domain.local:192.168.1.1Smiley Surprisedffline:0,0]
16:53:43,267  INFO  [management.subsystems.ChildApplicationContextFactory] Start
up of 'Authentication' subsystem, ID: [managed, passthru1] complete
16:53:43,267  DEBUG [smb.protocol.auth] NT Session setup NTLMSSP, MID=8, UID=0,
PID=65279
16:53:43,267  DEBUG [smb.protocol.auth] Using Write transaction
16:53:43,283  DEBUG [smb.protocol.auth] NT Session setup NTLMSSP, MID=16, UID=0,
PID=65279
16:53:43,283  DEBUG [smb.protocol.auth] Using Write transaction
16:53:43,314  WARN  [smb.protocol.auth] User does not exist, xxxx
16:53:43,314  DEBUG [smb.protocol.auth] NT Session setup NTLMSSP, MID=24, UID=0,
PID=65279
16:53:43,314  DEBUG [smb.protocol.auth] Using Write transaction
16:53:43,330  DEBUG [smb.protocol.auth] NT Session setup NTLMSSP, MID=32, UID=0,
PID=65279
16:53:43,330  DEBUG [smb.protocol.auth] Using Write transaction
16:53:43,330  WARN  [smb.protocol.auth] User does not exist, xxxx
16:53:43,361  DEBUG [org.alfresco.fileserver] Passthru server online, [LINECOM\s
rvlinecom2.linecom.local:192.168.7.2Smiley Surprisednline:0,0]
16:54:19,483  DEBUG [smb.protocol.auth] NT Session setup NTLMSSP, MID=8, UID=0,
PID=65279
16:54:19,483  DEBUG [smb.protocol.auth] Using Write transaction
16:54:19,499  DEBUG [smb.protocol.auth] NT Session setup NTLMSSP, MID=16, UID=0,
PID=65279
3 REPLIES 3

dward
Champ on-the-rise
Champ on-the-rise
You are experiencing ETHREEOH-2498, which was fixed after the v3.2 community release, and should be fine in a nightly build.

jserrano
Champ in-the-making
Champ in-the-making
Hello, I am responding so late. Thanks for the replies. I will try the version nightly build this week.
I hope it works well.

jserrano
Champ in-the-making
Champ in-the-making
Hi,
today I proved the Alfresco nightly build but it's not solved the issue.

When access to shared user folder by \\serverA appear the error: User does not exist

Any idea? Can I access to folders by another way?

Thanks