<?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: CAS implementation and LDAP Sync in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/cas-implementation-and-ldap-sync/m-p/107718#M75469</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;I try to connect to &lt;/SPAN&gt;&lt;A href="http://projects.cignex.com/Activision/Integration/Testing/CIGNEX_Alfresco-SSO-LDAP.war/ctiresource_view" rel="nofollow noopener noreferrer"&gt;http://projects.cignex.com/Activision/Integration/Testing/CIGNEX_Alfresco-SSO-LDAP.war/ctiresource_view&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;but with the login you have given I can't download archive, I have the page "insufficient privileges".&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Jul 2007 08:38:52 GMT</pubDate>
    <dc:creator>beyroot</dc:creator>
    <dc:date>2007-07-09T08:38:52Z</dc:date>
    <item>
      <title>CAS implementation and LDAP Sync</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cas-implementation-and-ldap-sync/m-p/107716#M75467</link>
      <description>Hello,Configuration:- Alfresco SVN- OpenLDAP- MySQL- Tomcat 5.5We have to use a CAS solution (http://issues.alfresco.com/browse/AWC-952), because the ldap solution isn't adapted with our directory organization, we must use "double bind", users entries are in different organizational unit.So we want</description>
      <pubDate>Fri, 06 Jul 2007 09:23:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cas-implementation-and-ldap-sync/m-p/107716#M75467</guid>
      <dc:creator>beyroot</dc:creator>
      <dc:date>2007-07-06T09:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: CAS implementation and LDAP Sync</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cas-implementation-and-ldap-sync/m-p/107717#M75468</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;A solution for Alfresco, LDAP and SSO CAS full integration is ready for you. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Detailed instructions will be posted later. (Configure Alfresco 2.0.1 for LDAP and SSO CAS).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is an example.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;First please download an example Alfresco 2.0.1, LDAP (ADS) and SSO CAS.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;CIGNEX_Alfresco-LDAP-SSO.war&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;from (user/password : Activision_guest/guest)&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://projects.cignex.com/Activision/Integration/Testing/CIGNEX_Alfresco-SSO-LDAP.war/ctiresource_view" rel="nofollow noopener noreferrer"&gt;http://projects.cignex.com/Activision/Integration/Testing/CIGNEX_Alfresco-SSO-LDAP.war/ctiresource_view&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;rename it as alfresco.war&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then create database (this is cofigurable) MySQL&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;create database alfresco201dev;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;grant all on alfresco201dev.* to 'alfresco201dev'@'localhost' identified by 'alfresco201dev' with grant option;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;grant all on alfresco201dev.* to 'alfresco201dev'@'localhost.localdomain' identified by 'alfresco201dev' with grant option;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Deploy war in your AS: tomcat/webapp&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Start your AS&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Go to &lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In CAS login page, login&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;possible users in LDAP server (docs.cignex.com) (configurable)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;jonas/jonas&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;jane/jane&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After login in CAS, you should be in Alfresco MyAlfresco page with your login name. No need relogin in Alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Get it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good luck.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2007 17:33:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cas-implementation-and-ldap-sync/m-p/107717#M75468</guid>
      <dc:creator>jonas</dc:creator>
      <dc:date>2007-07-06T17:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: CAS implementation and LDAP Sync</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cas-implementation-and-ldap-sync/m-p/107718#M75469</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;I try to connect to &lt;/SPAN&gt;&lt;A href="http://projects.cignex.com/Activision/Integration/Testing/CIGNEX_Alfresco-SSO-LDAP.war/ctiresource_view" rel="nofollow noopener noreferrer"&gt;http://projects.cignex.com/Activision/Integration/Testing/CIGNEX_Alfresco-SSO-LDAP.war/ctiresource_view&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;but with the login you have given I can't download archive, I have the page "insufficient privileges".&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2007 08:38:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cas-implementation-and-ldap-sync/m-p/107718#M75469</guid>
      <dc:creator>beyroot</dc:creator>
      <dc:date>2007-07-09T08:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: CAS implementation and LDAP Sync</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cas-implementation-and-ldap-sync/m-p/107719#M75470</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;Please use &lt;/SPAN&gt;&lt;A href="http://liferay.cignex.com" rel="nofollow noopener noreferrer"&gt;http://liferay.cignex.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and readme&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A solution for Alfresco, LDAP and SSO CAS full integration is ready. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;First please download an example Alfresco 2.0.1, LDAP (ADS) and SSO CAS. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Download (save link as …)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;CIGNEX_Alfresco-LDAP-SSO.war &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;rename it as alfresco.war &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then create database (this is cofigurable) MySQL &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;create database alfresco201dev; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;grant all on alfresco201dev.* to 'alfresco201dev'@'localhost' identified by 'alfresco201dev' with grant option; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;grant all on alfresco201dev.* to 'alfresco201dev'@'localhost.localdomain' identified by 'alfresco201dev' with grant option; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Deploy war in your AS: tomcat/webapp &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Start your AS &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Go to &lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In CAS login page, login &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;possible users in LDAP server (docs.cignex.com) (configurable) &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;jonas/jonas &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;jane/jane &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;… &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After login in CAS, you should be in Alfresco MyAlfresco page with your login name. No need relogin in Alfresco. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Get it? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good luck.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2007 16:19:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cas-implementation-and-ldap-sync/m-p/107719#M75470</guid>
      <dc:creator>jonas</dc:creator>
      <dc:date>2007-07-09T16:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: CAS implementation and LDAP Sync</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cas-implementation-and-ldap-sync/m-p/107720#M75471</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;As promised, instructions for Do-It-Yourselfers (Liferay 4.3, Alfresco 2.0.2, LDAP and SSO - Full Integration) are ready at &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="Http://liferay.cignex.com/cignex/Liferay-Full-Integration.doc" rel="nofollow noopener noreferrer"&gt;Http://liferay.cignex.com/cignex/Liferay-Full-Integration.doc&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2007 19:02:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cas-implementation-and-ldap-sync/m-p/107720#M75471</guid>
      <dc:creator>jonas</dc:creator>
      <dc:date>2007-07-12T19:02:50Z</dc:date>
    </item>
  </channel>
</rss>

