07-30-2009 11:37 AM
07-30-2009 12:30 PM
07-30-2009 02:11 PM
<alfresco-config area="file-servers">
<config evaluator="string-compare" condition="CIFS Server"
replace="true">
<serverEnable enabled="true"/>
<host name="${localname}A" domain="MYDOMAIN"/>
<!– The name attribute can use the special token of
{localname} to use the local servers host name and generate a unique name by prepending/appending to it. –>
<comment>Alfresco CIFS Server</comment>
<!– Set to the broadcast mask for the subnet –>
<broadcast>255.255.0.0</broadcast>
<!– Use Java socket based NetBIOS over TCP/IP and native SMB on linux –>
<tcpipSMB platforms="linux,solaris,macosx"/>
<netBIOSSMB platforms="linux,solaris,macosx"/>
<!– Use Win32 NetBIOS interface on Windows –>
<Win32NetBIOS/>
<Win32Announce interval="5"/>
<hostAnnounce interval="5"/>
<!–The following defines the authentication connector to an AD server –>
<authenticator type="passthru">
<!– within the following tag place a comma delimited list of your AD servers that Alfresco should talk to–>
<Server>10.0.1.1</Server>
</authenticator>
<sessionDebug flags="Negotiate,Socket"/>
</config>
</alfresco-config>
07-31-2009 10:27 AM
<host name="${localname}A" domain="MYDOMAIN"/>
<host name="${localname}" domain="MYDOMAIN"/>
07-31-2009 01:20 PM
07-31-2009 01:27 PM
07-31-2009 02:59 PM
07-31-2009 03:05 PM
07-31-2009 03:45 PM
07-31-2009 03:48 PM
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.