<?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: CMIS session through LDAP auth in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/cmis-session-through-ldap-auth/m-p/287245#M240375</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Please paste your authentication.chain here.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you just get the ticket for the current user, then authenticate with username of ROLE_TICKET and the ticket as the password &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Apr 2014 16:10:00 GMT</pubDate>
    <dc:creator>kaynezhang</dc:creator>
    <dc:date>2014-04-14T16:10:00Z</dc:date>
    <item>
      <title>CMIS session through LDAP auth</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cmis-session-through-ldap-auth/m-p/287244#M240374</link>
      <description>I have a alfresco Com. 4.2.f being sync and auth with a apacheDS, as LDAP server. It works fine for almost everything, it syncs well and I can login through Alfresco/Share. But those sync users dont work correctly through CMIS. The users I create directly on Alfresco works fine, I can create folders</description>
      <pubDate>Mon, 14 Apr 2014 12:47:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cmis-session-through-ldap-auth/m-p/287244#M240374</guid>
      <dc:creator>matvieira</dc:creator>
      <dc:date>2014-04-14T12:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: CMIS session through LDAP auth</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cmis-session-through-ldap-auth/m-p/287245#M240375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Please paste your authentication.chain here.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you just get the ticket for the current user, then authenticate with username of ROLE_TICKET and the ticket as the password &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2014 16:10:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cmis-session-through-ldap-auth/m-p/287245#M240375</guid>
      <dc:creator>kaynezhang</dc:creator>
      <dc:date>2014-04-14T16:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: CMIS session through LDAP auth</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cmis-session-through-ldap-auth/m-p/287246#M240376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Using Alfresco 4.2.f, ApacheDS 2.0.0, OpenCMIS 0.10.0, and the AtomPub binding with service URL of &lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco/api/-default-/public/cmis/versions/1.0/atom" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/api/-default-/public/cmis/versions/1.0/atom&lt;/A&gt;&lt;SPAN&gt;, I can connect to Alfresco using a user that resides in LDAP and can fetch an object in the Groovy console like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;// Use the CMIS object ID&lt;BR /&gt;doc = session.getObject("a6f61dd5-6919-41d3-abb7-8170dc04b134;1.0")&lt;BR /&gt;println doc.name&lt;BR /&gt;&lt;BR /&gt;// Use the CMIS version series ID&lt;BR /&gt;doc = session.getObject("a6f61dd5-6919-41d3-abb7-8170dc04b134")&lt;BR /&gt;println doc.name&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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 15:33:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cmis-session-through-ldap-auth/m-p/287246#M240376</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2014-04-15T15:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: CMIS session through LDAP auth</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cmis-session-through-ldap-auth/m-p/287247#M240377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm sorry for this post. I figured that my apacheDs was the reason for that weird behavior. I connected to another ApacheDs installation and it worked fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thx.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 16:06:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cmis-session-through-ldap-auth/m-p/287247#M240377</guid>
      <dc:creator>matvieira</dc:creator>
      <dc:date>2014-04-15T16:06:05Z</dc:date>
    </item>
  </channel>
</rss>

