07-28-2008 08:09 AM
07-29-2008 03:32 AM
07-29-2008 04:08 AM
- <alfresco-config area="file-servers">
- <!– 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" replace="true">
<serverEnable enabled="true" />
<host name="${localname}_a" domain="ifta-gmbh" />
<comment>"Schwedenhaus AG - CIFS"</comment>
<broadcast>255.255.255.255</broadcast>
<sessionDebug flags="Negotiate,Socket" />
<tcpipSMB platforms="linux,solaris,macosx" />
<netBIOSSMB platforms="linux,solaris,macosx" />
<hostAnnounce interval="5" />
<Win32NetBIOS />
<Win32Announce interval="5" />
<authenticator type="alfresco" />
</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://alfresco.meinedomain.de:8080/alfresco/</webpath>
</urlFile>
- <!– Mark locked files as offline
–>
<offlineFiles />
- <!– Desktop actions
–>
- <desktopActions>
- <global>
<path>alfresco/desktop/Alfresco.exe</path>
<webpath>http://192.168.20.8:8080/alfresco/</webpath>
<_webpath>http://alfresco.meinedomain.de:8080/alfresco/</_webpath>
</global>
- <action>
<class>org.alfresco.filesys.repo.desk.CheckInOutDesktopAction</class>
<name>CheckInOut</name>
<filename>__CheckInOut.exe</filename>
</action>
- <action>
<class>org.alfresco.filesys.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>
- <config evaluator="string-compare" condition="Filesystem Security" replace="true">
<authenticator type="alfresco" />
<disallowGuest />
</config>
</alfresco-config>
08-03-2008 05:42 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.