<?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: Multi-tenancy and SSO (CAS+LDAP) in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/multi-tenancy-and-sso-cas-ldap/m-p/195225#M148355</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can anyone help pls?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanx in advance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Sep 2010 13:37:31 GMT</pubDate>
    <dc:creator>pp20218</dc:creator>
    <dc:date>2010-09-27T13:37:31Z</dc:date>
    <item>
      <title>Multi-tenancy and SSO (CAS+LDAP)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multi-tenancy-and-sso-cas-ldap/m-p/195216#M148346</link>
      <description>Good morning all,I have some questions, so I'm going to describe my situation:In multi-tenancy structure, I have fore example 2 tenants.-tenantdom1-tenantdom2So an user can login in alfresco by &amp;lt;username&amp;gt;@tenantdom1 or &amp;lt;username&amp;gt;@tenantdom2 (depending on wich tenant he is registered).I c</description>
      <pubDate>Fri, 10 Oct 2008 07:35:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multi-tenancy-and-sso-cas-ldap/m-p/195216#M148346</guid>
      <dc:creator>danilo_barone</dc:creator>
      <dc:date>2008-10-10T07:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-tenancy and SSO (CAS+LDAP)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multi-tenancy-and-sso-cas-ldap/m-p/195217#M148347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I thought I can use the "ldap.synchronisation.personQuery" to find all tenant's users.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; For Example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;ldap.synchronisation.personQuery=(&amp;amp;(objectclass=inetOrgPerson)(|(o=tenantdom1)(o=tenantdom2)))&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;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;Is this correct?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Danilo&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2008 10:40:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multi-tenancy-and-sso-cas-ldap/m-p/195217#M148347</guid>
      <dc:creator>danilo_barone</dc:creator>
      <dc:date>2008-10-10T10:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-tenancy and SSO (CAS+LDAP)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multi-tenancy-and-sso-cas-ldap/m-p/195218#M148348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;other problem…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the organization unit "o" is not an attribute, so i can't insert it in the query… but I can start query on a "father-node" of all o=tenantdom1, o=tenantdom2…etc&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;we just need to insert an attribute to separate users that can access to Alfresco and any user that are in LDAP but cannot access to Alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What do you think?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Danilo&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(I'm doing ping pong with myself…&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2008 11:21:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multi-tenancy-and-sso-cas-ldap/m-p/195218#M148348</guid>
      <dc:creator>danilo_barone</dc:creator>
      <dc:date>2008-10-10T11:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-tenancy and SSO (CAS+LDAP)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multi-tenancy-and-sso-cas-ldap/m-p/195219#M148349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm continuing to test multi-tenancy importing from ldap, but…&amp;nbsp; :cry: I have many problems to understand this structure.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If I create an user of tenant1 (test@tenantdom1) in LDAP, simply by entering the username 'test@tenantdom1', Alfresco look it as a normal user, not as an user under tenant1 domain.&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;How can Alfresco recognize it?&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I need your help because I didn't find any documentation on this situation…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there anyone who can suggest something, or give me a document that describe the integration with multi-tenancy and SSO?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope you write me soon&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Danilo&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2008 14:04:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multi-tenancy-and-sso-cas-ldap/m-p/195219#M148349</guid>
      <dc:creator>danilo_barone</dc:creator>
      <dc:date>2008-10-13T14:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-tenancy and SSO (CAS+LDAP)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multi-tenancy-and-sso-cas-ldap/m-p/195220#M148350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Danilo,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;While I cant help much (having same conceptual problems). We are also working on doing the same thing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We are integrating with zimbra, so the users are located in differant domains&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;eg.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ou=people,dn=tenant1,dn=net&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ou=people,dn=tenant2,dn=net&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;any ideas how to set up a LDAP to search both of these?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2008 21:00:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multi-tenancy-and-sso-cas-ldap/m-p/195220#M148350</guid>
      <dc:creator>protenus</dc:creator>
      <dc:date>2008-12-08T21:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-tenancy and SSO (CAS+LDAP)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multi-tenancy-and-sso-cas-ldap/m-p/195221#M148351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Even I had a similar use case ,I did not find a neat solution but I made it work .&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Not so great solution &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt; given below&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Disable ldap sync by renaming ldap-synchronisation-context.xml to ldap-synchronisation-context.xml.sample in shared dir to avoid ldap import .If the import is enabled then users are created as normal users .&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Now login as user1@tenant1 thru SSO(CAS +LDAP ) since LDAP authentication is enabled the user is created by alfresco under tenant1 &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Follow the same for tenant2 .&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The trick is to avoid import and let alfresco create users if not available .Alfresco creates users under correct tenant as multi tenant feature is enabled.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope this crappy solution is of some help .&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Warning : This is posted by an user who has just worked with alfresco for a month &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2009 18:46:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multi-tenancy-and-sso-cas-ldap/m-p/195221#M148351</guid>
      <dc:creator>tan</dc:creator>
      <dc:date>2009-06-29T18:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-tenancy and SSO (CAS+LDAP)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multi-tenancy-and-sso-cas-ldap/m-p/195222#M148352</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;SPAN&gt;I want to use LDAP with Zimbra.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If I create tenants with out LDAP configuration, it is working as expected.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But when I use LDAP and create tenants I am not able to login.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I created a tenant named tenant1 and tenant2.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using userid as admin@tenant1 but it is not accepting.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Pls help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanx&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Aug 2010 12:43:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multi-tenancy-and-sso-cas-ldap/m-p/195222#M148352</guid>
      <dc:creator>pp20218</dc:creator>
      <dc:date>2010-08-30T12:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-tenancy and SSO (CAS+LDAP)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multi-tenancy-and-sso-cas-ldap/m-p/195223#M148353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can ANyone pls help on this?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Sep 2010 12:02:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multi-tenancy-and-sso-cas-ldap/m-p/195223#M148353</guid>
      <dc:creator>pp20218</dc:creator>
      <dc:date>2010-09-03T12:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-tenancy and SSO (CAS+LDAP)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multi-tenancy-and-sso-cas-ldap/m-p/195224#M148354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Any help pls..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am eagerly waiting for the reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanx in advance&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Sep 2010 10:26:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multi-tenancy-and-sso-cas-ldap/m-p/195224#M148354</guid>
      <dc:creator>pp20218</dc:creator>
      <dc:date>2010-09-18T10:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-tenancy and SSO (CAS+LDAP)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multi-tenancy-and-sso-cas-ldap/m-p/195225#M148355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can anyone help pls?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanx in advance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Sep 2010 13:37:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multi-tenancy-and-sso-cas-ldap/m-p/195225#M148355</guid>
      <dc:creator>pp20218</dc:creator>
      <dc:date>2010-09-27T13:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-tenancy and SSO (CAS+LDAP)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multi-tenancy-and-sso-cas-ldap/m-p/195226#M148356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Any one? anything? …&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2011 17:46:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multi-tenancy-and-sso-cas-ldap/m-p/195226#M148356</guid>
      <dc:creator>flopez</dc:creator>
      <dc:date>2011-05-05T17:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-tenancy and SSO (CAS+LDAP)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multi-tenancy-and-sso-cas-ldap/m-p/195227#M148357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The RSA Archer eGRC Platform is a multi-tenant software platform, supporting the configuration of separate instances in provider-hosted environments. These individual instances support data segmentation as well as discrete user experiences and branding. Individual instances store their data in physically separate databases while using a common hardware environment and a single deployment of RSA Archer application code. Users identify their instance as part of a manual login process, although instance identification can be automated through DNS or single sign-on configuration.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2011 11:30:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multi-tenancy-and-sso-cas-ldap/m-p/195227#M148357</guid>
      <dc:creator>shawn123</dc:creator>
      <dc:date>2011-11-15T11:30:26Z</dc:date>
    </item>
  </channel>
</rss>

