I configured CIFS (file-servers.xml) to use passthru authentication using the following:
<authenticator type="passthru"><Server>199.20.2.97</Server></authenticator>
I have followed the instructions in alfresco WIKI to setup NTLM passthru by modifying web.xml and ntlm-ahtentication-service.xml, NTLM passthru authentication works fine via the web-client but not via CIFS.
On startup CIFS configuration throws the following error message.
23:56:38,846 ERROR [alfresco.smb.protocol] File server configuration error, Wrong authentication setup for passthru authenticator
org.alfresco.error.AlfrescoRuntimeException: Wrong authentication setup for passthru authenticator
at org.alfresco.filesys.server.config.ServerConfiguration.processSecurityConfig(ServerConfiguration.java:1594)
at org.alfresco.filesys.server.config.ServerConfiguration.init(ServerConfiguration.java:489)
Is this a known problem or am I doing something wrong?
Thanks.