08-27-2007 03:15 PM
<config evaluator="string-compare" condition="CIFS Server" replace="true">
<serverEnable enabled="false"/>
</config>08-29-2007 05:22 AM
08-29-2007 10:58 PM
It looks like you have disabled the CIFS server. However the web client does not know that it is disabled.
There may be a way to disable or change the CIFS links in the web client? Unfortunately I do not know how.
08-30-2007 01:34 PM
08-30-2007 05:15 PM
<config evaluator="string-compare" condition="CIFS Server">
<serverEnable enabled="false"/>
</config15:07:18,674 ERROR [smb.protocol.auth] No valid CIFS authentication combination available
15:07:18,674 ERROR [smb.protocol.auth] Either enable Kerberos support or use an authentication component that supports MD4 hashed passwords
15:07:18,676 ERROR [alfresco.smb.protocol] CIFS server configuration error, Invalid CIFS authenticator configuration
org.alfresco.error.AlfrescoRuntimeException: Invalid CIFS authenticator configuration
at org.alfresco.filesys.server.auth.EnterpriseCifsAuthenticator.initialize(EnterpriseCifsAuthenticator.java:348)
at org.alfresco.filesys.server.config.ServerConfiguration.setAuthenticator(ServerConfiguration.java:3425)
…
08-30-2007 05:26 PM
09-12-2007 11:03 AM
09-13-2007 06:24 AM
09-13-2007 06:54 AM
09-13-2007 02:24 PM
You can change the default 'edit link' action type from CIFS by adding or updating your web-client-config-custom.xml with the following:
<config>
<client>
<edit-link-type>http</edit-link-type>
</client>
</config>
In this case the default edit link type will be changed from CIFS to HTTP, note webdav could also be used.
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.