mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Changed default CIFS authenticator setting to 'enterprise' to allow Windows Vista clients to connect.
Added a commented out section showing how to map the CIFS server to non-privileged ports. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5039 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -11,6 +11,14 @@
|
||||
<!-- 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 -->
|
||||
@@ -125,7 +133,7 @@
|
||||
</config>
|
||||
|
||||
<config evaluator="string-compare" condition="Filesystem Security">
|
||||
<authenticator type="alfresco">
|
||||
<authenticator type="enterprise">
|
||||
</authenticator>
|
||||
|
||||
<!--
|
||||
|
Reference in New Issue
Block a user