<alfresco-config area="file-servers">
   <config evaluator="string-compare" condition="CIFS Server" replace="true">
     <serverEnable enabled="true" />
     <host name="alfresco-testA" domain="SHORE" />
     <comment></comment>
     <broadcast>255.255.255.255</broadcast>
     
      <!-- Use Win32 NetBIOS interface on Windows -->
      <Win32NetBIOS/>
      <Win32Announce interval="5"/>

      <WINS>
         <primary>134.89.10.32</primary>
         <secondary>134.89.12.87</secondary>
      </WINS>

     <sessionDebug flags="Negotiate,Socket" />
   </config>
   <config evaluator="string-compare" condition="Filesystems" replace="true">
      <filesystems>

         <filesystem name="Alfresco">
            <store>workspace://SpacesStore</store>
            <rootPath>/app:company_home</rootPath>

            <!-- Add a URL file to each folder that links back to the web client -->
            <urlFile>
               <filename>__Alfresco.url</filename>
               <webpath>http://${localname}/alfresco/</webpath>
            </urlFile>

            <!-- Mark locked files as offline -->
            <offlineFiles/>

            <!-- Desktop actions -->

            <desktopActions>
               <global>
                  <path>alfresco/desktop/Alfresco.exe</path>
                  <webpath>http://${localname}/alfresco/</webpath>
               </global>
               <action>
                  <class>org.alfresco.filesys.smb.server.repo.desk.CheckInOutDesktopAction</class>
                  <name>CheckInOut</name>
                  <filename>__CheckInOut.exe</filename>
               </action>
               <action>
                  <class>org.alfresco.filesys.smb.server.repo.desk.JavaScriptDesktopAction</class>
                  <name>JavaScriptURL</name>
                  <filename>__ShowDetails.exe</filename>
                  <script>alfresco/desktop/showDetails.js</script>
                  <attributes>anyFiles</attributes>
                  <preprocess>copyToTarget</preprocess>
               </action>

            </desktopActions>

<!--
            <accessControl default="Write">
               <user name="admin" access="Write"/>
               <address subnet="90.1.0.0" mask="255.255.0.0" access="Write"/>
            </accessControl>
-->
         </filesystem>
		  
		 <!-- AVM virtualization view of all stores/versions for WCM -->
         <avmfilesystem name="AVM">
            <virtualView/>
         </avmfilesystem>
		  
      </filesystems>
   </config>
   <!-- Authenticator should be of type alfresco when using NTLM -->
   <config evaluator="string-compare" condition="Filesystem Security" replace="true">
     <!--
     <authenticator type="enterprise"/>
     -->
     <authenticator type="passthru">
       <Server>SHORE\ldap</Server>
     </authenticator>
   </config>

   <!-- Turn off the FTP service -->
   <config evaluator="string-compare" condition="FTP Server">
          <serverEnable enabled="false"/>
   </config> 

</alfresco-config>
