I havent come across this issue during my searches. Running community 2.1 on a Win2k3 virtual machine joined to a domain. I finally got NTLM passthru working and i thought CIFS setup. I also got the LDAP sync working for my domain.
I've copied the win32netbios.dll to a valid path, SYSTEM32. I can startup Alfresco, and get no errors, I can login through the webclient, and all my users are imported just fine.
FTP works fine with NTLM auth, and its using a SQL Server 2005 backend….
the CIFS server doesnt seem to be starting, and I'm not getting any errors at all. nbtstat -n doesnt show the _A server name being presented.
Any Ideas? Thanks, David
File-Servers.xml is like this: __________________________
<!– Set to the broadcast mask for the subnet –> <broadcast>255.255.255.255</broadcast>
<!– Use Java socket based NetBIOS over TCP/IP and native SMB on linux –> <tcpipSMB platforms="linux,solaris,macosx"/> <netBIOSSMB platforms="linux,solaris,macosx"/>
<!– Can be mapped to non-privileged ports, then use firewall rules to forward requests from the standard ports –> <!– <tcpipSMB port="1445" platforms="linux,solaris,macosx"/> <netBIOSSMB sessionPort="1139" namePort="1137" datagramPort="1138" platforms="linux,solaris,macosx"/> –>
<hostAnnounce interval="5"/>
<!– Use Win32 NetBIOS interface on Windows –> <Win32NetBIOS api="winsock"/> <Win32Announce interval="5"/>
<!– Add a URL file to each folder that links back to the web client –> <urlFile> <filename>__AlfrescoClient.url</filename> <webpath>http://${localname}:8080/alfresco/</webpath> </urlFile>
<!– Mark locked files as offline –> <offlineFiles/>
<!– Desktop actions –> <!– Uses a client-side application to trigger a server-side action –> <!– Echo - displays a message echoed from the server –> <!– URL - launches a URL via the Windows shell –> <!– CmdLine - launches the Notepad application –> <!– CheckInOut - checks files in/out, drag and drop files onto the application –> <!– JavaScript - run a server-side script –> <!– JavaScriptURL - server-side script that generates a URL to the folder using a ticket –> <!– to avoid having to logon –>
<!– To override the default Alfresco filesystem use replace="true", to –> <!– add additional filesystems remove the replace="true" attribute –> <config evaluator="string-compare" condition="CIFS Server"> <serverEnable enabled="true" /> <!– Insert here IP or hostname of this alfresco server, and the NT domain name in which you want to integrate–> <host name="Alfresco21_A" domain="xxxx" /> <comment>Alfresco CIFS Server</comment> <!– Set to the broadcast mask for the subnet –> <broadcast>255.255.255.255</broadcast> <sessionDebug flags="Negotiate,Socket" /> </config>
<!– Add a URL file to each folder that links back to the web client –> <urlFile> <filename>__Alfresco.url</filename> <webpath>http://${localname}:8080/alfresco/</webpath> </urlFile>
<!– Mark locked files as offline –> <offlineFiles/>
<!– Set to the broadcast mask for the subnet –> <broadcast>255.255.255.255</broadcast>
<!– Use Java socket based NetBIOS over TCP/IP and native SMB on linux –> <tcpipSMB platforms="linux,solaris,macosx"/> <netBIOSSMB platforms="linux,solaris,macosx"/>
<!– Can be mapped to non-privileged ports, then use firewall rules to forward requests from the standard ports –> <!– <tcpipSMB port="1445" platforms="linux,solaris,macosx"/> <netBIOSSMB sessionPort="1139" namePort="1137" datagramPort="1138" platforms="linux,solaris,macosx"/> –> <hostAnnounce interval="5"/>
<!– Use Win32 NetBIOS interface on Windows –> <Win32NetBIOS api="winsock"/> <Win32Announce interval="5"/>
<!– Add a URL file to each folder that links back to the web client –> <urlFile> <filename>__AlfrescoClient.url</filename> <webpath>http://${localname}:8080/alfresco/</webpath> </urlFile>
<!– Mark locked files as offline –> <offlineFiles/>
<!– Desktop actions –> <!– Uses a client-side application to trigger a server-side action –> <!– Echo - displays a message echoed from the server –> <!– URL - launches a URL via the Windows shell –> <!– CmdLine - launches the Notepad application –> <!– CheckInOut - checks files in/out, drag and drop files onto the application –> <!– JavaScript - run a server-side script –> <!– JavaScriptURL - server-side script that generates a URL to the folder using a ticket –> <!– to avoid having to logon –>