<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic CIFS problem in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/cifs-problem/m-p/102804#M71591</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, I am running Alfresco enterprise 2.0.1 deployed as a WAR within BEA WebLogic 9.2.&amp;nbsp; I also connected up to the Novell eDirectory LDAP for authentication purposes.&amp;nbsp; This is all running on RedHat Linux.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This all works and I can successfully authenticate into the web app, but I noticed some errors at start related to CIFS and then verified CIFS is not working.&amp;nbsp; I have not done anything custom/configuration releated to CIFS yet so that is out of the box.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is the snippet from the log below.&amp;nbsp; Any ideas?:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;[size=75]14 May 2007 22:02:47,601 DEBUG BaseConfigService: Retrieving configuration for 'CIFS Server'&lt;BR /&gt;14 May 2007 22:02:47,601 DEBUG BaseConfigService: Created initial config results using global section&lt;BR /&gt;14 May 2007 22:02:47,601 DEBUG BaseConfigService: Restricting search within following areas: [file-servers]&lt;BR /&gt;14 May 2007 22:02:47,601 DEBUG DefaultLookupAlgorithm: org.alfresco.config.ConfigSectionImpl@23722a3 (evaluator=string-compare condition=CIFS Server replace=false) matches&lt;BR /&gt;14 May 2007 22:02:47,655 DEBUG protocol&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : Found browse master at 10.220.146.210&lt;BR /&gt;14 May 2007 22:02:47,660 ERROR protocol&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : Failed to get local domain/workgroup name, using default of WORKGROUP&lt;BR /&gt;14 May 2007 22:02:47,660 ERROR protocol&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : (This may be due to firewall settings or incorrect &amp;lt;broadcast&amp;gt; setting)&lt;BR /&gt;14 May 2007 22:02:47,680 DEBUG BaseConfigService: Retrieving configuration for 'Filesystem Security'&lt;BR /&gt;14 May 2007 22:02:47,680 DEBUG BaseConfigService: Created initial config results using global section&lt;BR /&gt;14 May 2007 22:02:47,680 DEBUG BaseConfigService: Restricting search within following areas: [file-servers]&lt;BR /&gt;14 May 2007 22:02:47,680 DEBUG DefaultLookupAlgorithm: org.alfresco.config.ConfigSectionImpl@2370bca (evaluator=string-compare condition=Filesystem Security replace=false) matches&lt;BR /&gt;14 May 2007 22:02:47,715 ERROR auth&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : No valid CIFS authentication combination available&lt;BR /&gt;14 May 2007 22:02:47,715 ERROR auth&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : Either enable Kerberos support or use an authentication component that supports MD4 hashed passwords&lt;BR /&gt;14 May 2007 22:02:47,727 ERROR protocol&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : CIFS server configuration error, Invalid CIFS authenticator configuration&lt;BR /&gt;org.alfresco.error.AlfrescoRuntimeException: Invalid CIFS authenticator configuration&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.alfresco.filesys.server.auth.EnterpriseCifsAuthenticator.initialize(EnterpriseCifsAuthenticator.java:348)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.alfresco.filesys.server.config.ServerConfiguration.setAuthenticator(ServerConfiguration.java:3329)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.alfresco.filesys.server.config.ServerConfiguration.processSecurityConfig(ServerConfiguration.java:2329)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.alfresco.filesys.server.config.ServerConfiguration.init(ServerConfiguration.java:634)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.alfresco.filesys.server.config.ServerConfiguration.onBootstrap(ServerConfiguration.java:4026)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.alfresco.util.AbstractLifecycleBean.onApplicationEvent(AbstractLifecycleBean.java:62)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:45)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:225)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:323)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.springframework.web.context.support.AbstractRefreshableWebApplicationContext.refresh(AbstractRefreshableWebApplicationContext.java:134)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:246)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:184)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:49)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:375)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:83)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1591)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:2734)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:892)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:336)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:117)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:26)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:641)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)[/size]&lt;/EM&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 May 2007 03:24:10 GMT</pubDate>
    <dc:creator>jdbrown</dc:creator>
    <dc:date>2007-05-15T03:24:10Z</dc:date>
    <item>
      <title>CIFS problem</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cifs-problem/m-p/102804#M71591</link>
      <description>Hi, I am running Alfresco enterprise 2.0.1 deployed as a WAR within BEA WebLogic 9.2.&amp;nbsp; I also connected up to the Novell eDirectory LDAP for authentication purposes.&amp;nbsp; This is all running on RedHat Linux.This all works and I can successfully authenticate into the web app, but I noticed some errors at</description>
      <pubDate>Tue, 15 May 2007 03:24:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cifs-problem/m-p/102804#M71591</guid>
      <dc:creator>jdbrown</dc:creator>
      <dc:date>2007-05-15T03:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS problem</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cifs-problem/m-p/102805#M71592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you've configured the main Alfresco authentication component to use LDAP rather than the built-in user database then the standard CIFS authenticator does not have access to the required hashed passwords.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The usual solution to this is to configure the CIFS server to set the authenticator type to "passthru" and specify the address of a Samba or Windows server that the Alfresco CIFS server can use for passthru authentication.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Gary&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2007 08:11:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cifs-problem/m-p/102805#M71592</guid>
      <dc:creator>gary_spencer</dc:creator>
      <dc:date>2007-05-15T08:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS problem</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cifs-problem/m-p/102806#M71593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Does this mean I can't use that same LDAP for CIFS authentication?&amp;nbsp; Or is it possible to passthru to that LDAP server?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2007 14:12:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cifs-problem/m-p/102806#M71593</guid>
      <dc:creator>jdbrown</dc:creator>
      <dc:date>2007-05-15T14:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS problem</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cifs-problem/m-p/102807#M71594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem is that LDAP doesn't store the passwords in a format that is useable by CIFS. To get around this you configure the CIFS server to use passthru authentication to a Samba or Windows server that uses the same user account information.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We're looking into other solutions to this but it's likely to require a similar approach that Samba uses with LDAP by extending the schema to add the required format of hashed passwords.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Gary&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2007 14:33:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cifs-problem/m-p/102807#M71594</guid>
      <dc:creator>gary_spencer</dc:creator>
      <dc:date>2007-05-15T14:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS problem</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cifs-problem/m-p/102808#M71595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So how would this work when the repository is an external NAS or SAN device?&amp;nbsp; Where would the Samba server run?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As Samba may not be an option for the client, is it possible to still use LDAP for authentication for everything but CIFS and have CIFS use the internal alfresco system?&amp;nbsp; If so, how is this done?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2007 15:17:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cifs-problem/m-p/102808#M71595</guid>
      <dc:creator>jdbrown</dc:creator>
      <dc:date>2007-05-15T15:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS problem</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cifs-problem/m-p/102809#M71596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi everyone,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am currently having the same issue …&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have understand that eDirectoy (and more than this: LDAP) doesn't store password using MD4, so using it to authenticate with CIFS is impossible…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But I also don't have a domain controler (Window or Samba) … So there is no way for me to use passthrough …&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am very interrested to use LDAP for everthing but CIFS, and to use users internal to alfresco fro CIFS…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks guys.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2007 15:46:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cifs-problem/m-p/102809#M71596</guid>
      <dc:creator>jey</dc:creator>
      <dc:date>2007-05-15T15:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS problem</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cifs-problem/m-p/102810#M71597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't think it's possible to use internal users for CIFS and LDAP for everything else as you need to change the authentication component, which is either internal user database or external via LDAP.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The neatest solution seems to use LDAP to store the MD4 version of the password that Alfresco CIFS requires, in a similar way to how Samba works with LDAP. This would save having two seperate user lists and the synchronization problems that brings, and would remove the requirement for a CIFS server for the Alfresco CIFS authentication.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This requirement is something that has only recently become hot, we're looking into it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Gary&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2007 15:59:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cifs-problem/m-p/102810#M71597</guid>
      <dc:creator>gary_spencer</dc:creator>
      <dc:date>2007-05-15T15:59:19Z</dc:date>
    </item>
  </channel>
</rss>

