Ok, maybe I didnt explain myself too well…
In my company we restrict access to workstations changing properties in the user accounts, so basically each user can login to some authorized workstations. This feature requieres NetBIOS and when is not used, which means, I authorize a user to access all workstations in the domain, they can access alfresco as well. If I set, for example, the alfresco server, the user workstation and the domain controller, which are I guess the computers who exchange credentials, the user can´t access alfresco.
Im using ntlm as authentication method, so I dont know if this feature is enabled or if have to add an extra line and what is. Please let me know if Im totally wrong with the authentication method Im using.
This is my passthru-authentication-context file:
passthru.authentication.useLocalServer=false
passthru.authentication.domain=MYDOMAIN.COM
passthru.authentication.servers=MYDOMAIN\\pdc
passthru.authentication.guestAccess=true
#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=false
passthru.authentication.defaultAdministratorUserNames=administrator
Thanks again,
Carlos.