mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
ALF-10980 CLONE - Opening and closing (not save) MS Project file via CIFS adds new version
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@32444 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -196,7 +196,7 @@ public class ServerConfigurationBean extends AbstractServerConfigurationBean imp
|
||||
ICifsAuthenticator authenticator = cifsConfigBean.getAuthenticator();
|
||||
if (authenticator == null || authenticator instanceof ActivateableBean && !((ActivateableBean)authenticator).isActive())
|
||||
{
|
||||
logger.warn("No enabled CIFS authenticator found in authentication chain. CIFS Server disabled");
|
||||
logger.error("No enabled CIFS authenticator found in authentication chain. CIFS Server disabled");
|
||||
removeConfigSection(CIFSConfigSection.SectionName);
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user