<?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 Re: alfresco ldap Integration in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-ldap-integration/m-p/243460#M196590</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for ur reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I wish to know whats CFIS server and how does alfresco use it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If its not configured what are the functionalities that cant be used.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Jul 2009 12:21:18 GMT</pubDate>
    <dc:creator>itsard</dc:creator>
    <dc:date>2009-07-27T12:21:18Z</dc:date>
    <item>
      <title>alfresco ldap Integration</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-ldap-integration/m-p/243458#M196588</link>
      <description>Hi all,I need to configure LDAP with alfresco labs 3.0My ldap-authentication.properties is like :&amp;nbsp;&amp;nbsp;&amp;nbsp; #&amp;nbsp;&amp;nbsp;&amp;nbsp; # This properties file brings together the common options for LDAP authentication rather than editing the bean definitions&amp;nbsp;&amp;nbsp;&amp;nbsp; #&amp;nbsp;&amp;nbsp;&amp;nbsp; # How to map the user id entered by the user to taht passed thr</description>
      <pubDate>Sun, 26 Jul 2009 19:26:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-ldap-integration/m-p/243458#M196588</guid>
      <dc:creator>itsard</dc:creator>
      <dc:date>2009-07-26T19:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: alfresco ldap Integration</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-ldap-integration/m-p/243459#M196589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The problem is that the default CIFS authenticator is not compatible with the LDAP authentication component.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A lot of progress has been made in this area in v3.2 and now your CIFS authentication settings are deterined automatically from your choice of authentication subsystem(s).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In v3.0 I'm afraid you're going to have to add this bean definition to custom-repository-context.xml.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;bean id="fileServersConfigService" class="org.alfresco.config.xml.XMLConfigService" init-method="init"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;constructor-arg&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ref bean="fileServersConfigSource" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/constructor-arg&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="properties"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;list&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;value&amp;gt;classpath:alfresco/file-servers.properties&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;value&amp;gt;classpath:alfresco/extension/custom-file-servers.properties&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/list&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/bean&amp;gt;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;and then add these settings to $TOMCAT_HOME/shared/classes/alfresco/extension/custom-file-servers.properties&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;cifs.enabled=false&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ftp.enabled=false&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In v3.2 cifs.enabled and ftp.enabled are directly controllable in alfresco-global.properties without all this messing around. Plus you wouldn't even need to change them because the CIFS server is automatically disabled if there is no compatible authenticator for it. Why not use labs 3.2?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2009 09:58:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-ldap-integration/m-p/243459#M196589</guid>
      <dc:creator>dward</dc:creator>
      <dc:date>2009-07-27T09:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: alfresco ldap Integration</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-ldap-integration/m-p/243460#M196590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for ur reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I wish to know whats CFIS server and how does alfresco use it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If its not configured what are the functionalities that cant be used.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2009 12:21:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-ldap-integration/m-p/243460#M196590</guid>
      <dc:creator>itsard</dc:creator>
      <dc:date>2009-07-27T12:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: alfresco ldap Integration</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-ldap-integration/m-p/243461#M196591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The CIFS server allows you to mount the alfresco repository as a network drive and navigate and manipulate its contents like any other filesystem on your computer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/File_Server_Subsystem#Introduction" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/File_Server_Subsystem#Introduction&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2009 12:47:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-ldap-integration/m-p/243461#M196591</guid>
      <dc:creator>dward</dc:creator>
      <dc:date>2009-07-27T12:47:44Z</dc:date>
    </item>
    <item>
      <title>Re: alfresco ldap Integration</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-ldap-integration/m-p/243462#M196592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;But if you want to use AD with Cifs you have to set up PASSTHROUGH-Authentication due to CIFS provides a MD4-Pass where an AD stores a MD5-hash of the password. So you have to "marshall" you md4 pass into a NTLM-protocoll to get authenticated against a domain-controller.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2009 15:31:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-ldap-integration/m-p/243462#M196592</guid>
      <dc:creator>cheffilet</dc:creator>
      <dc:date>2009-07-27T15:31:46Z</dc:date>
    </item>
  </channel>
</rss>

