<?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: CIFS and LDAP in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/cifs-and-ldap/m-p/238542#M191672</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi folks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;may i join the club? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Im currently stuck with -perhaps- the same kind of problem: OpenLDAP (as part of Zimbra); Samba PDC, authenticating against LDAP (works fine); Alfreso authenticating against LDAP (worked for 3.0, now i am migrating to 3.2); and finally Alfresco CIFS (only works with Alfresco internal authentication so far).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now i am quite confused what would be the best method to make ALfresco CIFS working? Anyone has done this successfully? Would Kerberos be helpful? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And, BTW: why cant Alfresco CIFS authenticate against my LDAP? Obviously Samba can do this, and i am not aware that the Samba folks have supernatural powers&amp;nbsp; &lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://connect.hyland.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Gyro&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2009 13:52:34 GMT</pubDate>
    <dc:creator>gyro_gearless</dc:creator>
    <dc:date>2009-11-25T13:52:34Z</dc:date>
    <item>
      <title>CIFS and LDAP</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cifs-and-ldap/m-p/238539#M191669</link>
      <description>I know this has been discussed ad-naseum but I'm looking for a quick anwser to my question and can't seem to find it…&amp;nbsp; I have Alfresco 3.2r CE installed on Redhat Linux Enterprise 5.&amp;nbsp; It's using LDAP authentication and syncronization working fine and I can log into Share and Alfresco content managem</description>
      <pubDate>Fri, 20 Nov 2009 15:59:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cifs-and-ldap/m-p/238539#M191669</guid>
      <dc:creator>linuxos77</dc:creator>
      <dc:date>2009-11-20T15:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS and LDAP</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cifs-and-ldap/m-p/238540#M191670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Plus 1 for help with this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm running into the same problem.&amp;nbsp; The wiki instructions on setting this up are a little confusing for the newbie.&amp;nbsp; I have a similar backend (openldap, not AD), and I'm pretty much in the same situation as the original poster.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry for not responding with an answer; hoping somebody can shed some light on this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2009 14:52:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cifs-and-ldap/m-p/238540#M191670</guid>
      <dc:creator>wiz561</dc:creator>
      <dc:date>2009-11-23T14:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS and LDAP</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cifs-and-ldap/m-p/238541#M191671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Passwords are not synched, even if you synchronize with LDAP, Alfresco will still authenticate by looking up the users in the LDAP directory. However, this cannot be done with CIFS connections, because of differences in the password hashing, so you need to have Alfrescos internal Ntlm authentication enabled if CIFS access is going to work. Of course this means that you have to keep your passwords synched somehow, between your Alfresco server and your directory server, if you wan't your users to be able to use the same password everywhere.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One solution to that might be to set up a common backend, such as a Samba Domain Controller.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2009 11:15:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cifs-and-ldap/m-p/238541#M191671</guid>
      <dc:creator>gronfelt</dc:creator>
      <dc:date>2009-11-25T11:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS and LDAP</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cifs-and-ldap/m-p/238542#M191672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi folks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;may i join the club? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Im currently stuck with -perhaps- the same kind of problem: OpenLDAP (as part of Zimbra); Samba PDC, authenticating against LDAP (works fine); Alfreso authenticating against LDAP (worked for 3.0, now i am migrating to 3.2); and finally Alfresco CIFS (only works with Alfresco internal authentication so far).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now i am quite confused what would be the best method to make ALfresco CIFS working? Anyone has done this successfully? Would Kerberos be helpful? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And, BTW: why cant Alfresco CIFS authenticate against my LDAP? Obviously Samba can do this, and i am not aware that the Samba folks have supernatural powers&amp;nbsp; &lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://connect.hyland.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Gyro&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2009 13:52:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cifs-and-ldap/m-p/238542#M191672</guid>
      <dc:creator>gyro_gearless</dc:creator>
      <dc:date>2009-11-25T13:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS and LDAP</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cifs-and-ldap/m-p/238543#M191673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It should be possible to use the passthru subsystem in your authentication chain to authenticate against Samba. See&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.alfresco.com/en/viewtopic.php?f=9&amp;amp;t=21091" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/en/viewtopic.php?f=9&amp;amp;t=21091&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2009 10:52:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cifs-and-ldap/m-p/238543#M191673</guid>
      <dc:creator>dward</dc:creator>
      <dc:date>2009-11-26T10:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS and LDAP</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cifs-and-ldap/m-p/238544#M191674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the responses.&amp;nbsp; Here's my setup….&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using FreeIPA for openldap authentication.&amp;nbsp; It doesn't kerberos too, but i'm not playing with that just yet.&amp;nbsp; On my alfresco box, I have samba running on it and authenticating against the freeipa openldap server.&amp;nbsp; In the smb.conf, I have passdb backend = ldapsam:ldap//freeipa.foo.org/.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I followed the instructions in a couple of places.&amp;nbsp; Here is what I did to get it to work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Running Alfresco-Community-3.2r2-Linux-x86.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; # vi /opt/Alfresco/tomcat/shared/classes/alfresco-global.properties&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;– add the following –&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;authentication.chain=passthru1&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;assthru,ldap1:ldap&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cifs.domain=&amp;lt;set to workgroup name in smb.conf&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;# Configure NTLM passthru to SAMBA Server&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ntlm.authentication.sso.enabled=false&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ntlm.authentication.authenticateCIFS=false&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;passthru.authentication.sso.enabled=false&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;passthru.authentication.allowGuestLogin=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;passthru.authentication.servers=&amp;lt;ip address of samba server&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;passthru.authentication.domain=&amp;lt;workgroup name in smb.conf&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;passthru.authentication.useLocalServer=false&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;passthru.authentication.defaultAdministratorUserNames=adminusers&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;passthru.authentication.connectTimeout=5000&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;passthru.authentication.offlineCheckInterval=300&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;passthru.authentication.protocolOrder=TCPIP,NETBIOS&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;passthru.authentication.authenticateCIFS=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;passthru.authentication.authenticateFTP=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.authentication.java.naming.provider.url=ldap://&amp;lt;freeipa.something.org&amp;gt;:389 (must mod to your own ldap)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.java.naming.security.principal=alfresco@&amp;lt;domain name&amp;gt; (must mod to your own ldap)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.java.naming.security.credentials=&amp;lt;ldap password&amp;gt; (must mod to your own ldap)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.groupSearchBase=cn=Groups,cn=accounts,dc=&amp;lt;domain&amp;gt; (must mod to your own ldap)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.userSearchBase=cn=Users,cn=accounts,dc=&amp;lt;domain&amp;gt; (must mod to your own ldap)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;—-cut—-&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;# cd /opt/Alfresco/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/subsystems/Authentication/&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;# cp -R ldap ldap1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;# vi ldap1/ldap-authentication.properties&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;change the information around in here for your ldap server.&amp;nbsp; I had to make a number of changes, all variations to the groupsearchbase and usersearchbase above.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now what happens is that it uses samba/windows domain authentication.&amp;nbsp; It uses the local samba server as a proxy to the ldap server.&amp;nbsp; It seems to work alright, but I have a feeling like I don't have samba setup correctly on my end.&amp;nbsp; This is not an alfresco problem and just something I'm doing goofy.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope this can help some of you out!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2009 21:26:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cifs-and-ldap/m-p/238544#M191674</guid>
      <dc:creator>wiz561</dc:creator>
      <dc:date>2009-12-03T21:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS and LDAP</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cifs-and-ldap/m-p/238545#M191675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone have a sample of smb.conf in this situation ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jan 2010 16:01:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cifs-and-ldap/m-p/238545#M191675</guid>
      <dc:creator>dranakan</dc:creator>
      <dc:date>2010-01-15T16:01:41Z</dc:date>
    </item>
  </channel>
</rss>

