Hi gynice ! Thank you for your reply…..
Yes, the 'stand-alone' PCs and thin-clients/Term Serv are in the domain "INTRANET", the same of the server 2003 and thin clients and Alfresco's server.
About your suggest:
passthru.authentication.useLocalServer=false
passthru.authentication.domain=MY_DOMAIN_NAME\\servername.host.com,192.168.1.5
passthru.authentication.servers=192.168.1.5
Note that, to setup the passthru authentication, Alfresco's directives stated that the three properties are mutually exclusive. For example, to set the passthru.authentication.servers property, set passthru.authentication.domain to be empty and passthru.authentication.useLocalServer to be false.
So, I'm using the below properties …
passthru.authentication.domain=INTRANET
passthru.authentication.useLocalServer=false
passthru.authentication.servers=
… and this is ok per stand-alone PCs.
Thank you !