Replaced the file server code with the Alfresco JLAN project.

Restructured the file server code packages.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@7757 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Gary Spencer
2008-01-06 16:44:00 +00:00
parent 0a7fef92aa
commit 6478d72321
396 changed files with 6336 additions and 118542 deletions

View File

@@ -25,6 +25,10 @@
<Win32NetBIOS/>
<Win32Announce interval="5"/>
<!-- CIFS authentication -->
<authenticator type="enterprise">
</authenticator>
<!--
<WINS>
<primary>1.2.3.4</primary>
@@ -36,6 +40,15 @@
<config evaluator="string-compare" condition="FTP Server">
<serverEnable enabled="true"/>
<!-- Run on a non-privileged port -->
<!--
<port>1121</port>
-->
<!-- FTP authentication -->
<authenticator type="alfresco"/>
<!-- <debug flags="File,Search,Error,Directory,Info,DataPort"/> -->
</config>
@@ -133,27 +146,25 @@
</config>
<config evaluator="string-compare" condition="Filesystem Security">
<authenticator type="enterprise">
</authenticator>
<!-- Domain mappings used for passthri authentication routing -->
<!--
<DomainMappings>
<Domain name="ALFRESCO" subnet="192.168.1.0" mask="192.168.1.255"/>
</DomainMappings>
-->
<!-- Custom share mapper when multi-tenancy is enabled -->
<!--
<shareMapper type="multi-tenant">
<debug/>
</shareMapper>
-->
<!--
<globalAccessControl default="None">
<user name="admin" access="Write"/>
<address ip="90.1.0.90" access="Write"/>
</globalAccessControl>
<users>
<localuser name="user">
<password>user</password>
<comment>Normal user account</comment>
</localuser>
<localuser name="administrator">
<password>admin</password>
<administrator/>
<comment>Administrator account</comment>
</localuser>
</users>
-->
</config>