<?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: Aciviti 5.13. LDAP Integration.  in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/aciviti-5-13-ldap-integration/m-p/124204#M87408</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;These queries are needed to lookup the user that wants to login and get the groups for the user. That isn't very expensive, is it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Nov 2013 13:07:15 GMT</pubDate>
    <dc:creator>trademak</dc:creator>
    <dc:date>2013-11-05T13:07:15Z</dc:date>
    <item>
      <title>Aciviti 5.13. LDAP Integration.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/aciviti-5-13-ldap-integration/m-p/124198#M87402</link>
      <description>I am trying to test the new feature of LDAP integration for Activiti 5.13.&amp;nbsp; The instructions talk about the dependency of activiti-ldap. It appears that this JAR file is not part of the distribution. 1. Where do I get activiti-ldap.jar2. is it possible to have seperate baseDN for 'Users' and 'Groups</description>
      <pubDate>Mon, 24 Jun 2013 17:01:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/aciviti-5-13-ldap-integration/m-p/124198#M87402</guid>
      <dc:creator>bsethuramalinga</dc:creator>
      <dc:date>2013-06-24T17:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: Aciviti 5.13. LDAP Integration.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/aciviti-5-13-ldap-integration/m-p/124199#M87403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Also, when I used the configuration from Activiti 5.13 User Guide , I get the XML Parsing Error . Attached Tomcat Server logs for reference. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jun 2013 17:15:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/aciviti-5-13-ldap-integration/m-p/124199#M87403</guid>
      <dc:creator>bsethuramalinga</dc:creator>
      <dc:date>2013-06-24T17:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: Aciviti 5.13. LDAP Integration.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/aciviti-5-13-ldap-integration/m-p/124200#M87404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If possible, please upload the Activiti LDAP Integration example for Activiti version 5.13. I am happy that Activiti team now provides LDAP integration out-of-the-box.&amp;nbsp; LDAP integration is the key factor which drives the workflow for BPM products like Activiti. Each organization&amp;nbsp; has their own model in setting and scaling LDAP tree for enterprise. In our case, we use Novell E-Directory. I have been fairly successful in integrating LDAP with Activiti Engine version 5.12.1. However getting it working with Activiti-Explorer wasn't a smooth ride by any means, still a bumpy road. I don't want sound negative here.&amp;nbsp; May be I am missing something with respect to session / user cache for Activiti Explorer. &lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jun 2013 21:19:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/aciviti-5-13-ldap-integration/m-p/124200#M87404</guid>
      <dc:creator>bsethuramalinga</dc:creator>
      <dc:date>2013-06-24T21:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: Aciviti 5.13. LDAP Integration.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/aciviti-5-13-ldap-integration/m-p/124201#M87405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;1. It seems you are right, it's not part of the distribution … you can find the jar in the maven repo though : &lt;/SPAN&gt;&lt;A href="https://maven.alfresco.com/nexus/content/groups/public/org/activiti/activiti-ldap/5.13/" rel="nofollow noopener noreferrer"&gt;https://maven.alfresco.com/nexus/content/groups/public/org/activiti/activiti-ldap/5.13/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. No, currently it's only possible to have the same baseDn. However, the goal of the ldap code is to get you started, you should be able to take the code and tweak it the way you need. But I'll add the option to choose baseDN for both.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Yes, the userguide html replaces those special chars. Check the file here for how it is running oin our tests: &lt;/SPAN&gt;&lt;A href="https://github.com/Activiti/Activiti/blob/master/modules/activiti-ldap/src/test/resources/activiti-context.xml" rel="nofollow noopener noreferrer"&gt;https://github.com/Activiti/Activiti/blob/master/modules/activiti-ldap/src/test/resources/activiti-context.xml&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;4. The user cache is removed from the 5.13 version of the Explorer for that exact reason. I used the config as above to hook up my ldap with Explorer and was able to login with ldap credentials and fetch its groups.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jun 2013 17:39:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/aciviti-5-13-ldap-integration/m-p/124201#M87405</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2013-06-26T17:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: Aciviti 5.13. LDAP Integration.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/aciviti-5-13-ldap-integration/m-p/124202#M87406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the reply. Appreciated. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;On point 1, yes I have downloaded the JAR and source as well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;On point 2, sure, I will take the code and tweak it.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;On point 3, I will follow that example..&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;On point 4, Thanks for the update. &lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jun 2013 21:18:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/aciviti-5-13-ldap-integration/m-p/124202#M87406</guid>
      <dc:creator>bsethuramalinga</dc:creator>
      <dc:date>2013-06-27T21:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: Aciviti 5.13. LDAP Integration.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/aciviti-5-13-ldap-integration/m-p/124203#M87407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Everyone,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the information. I've different request which i wanted to highlight to this forum.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) I've configured AD with Activity Explorer successfully.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) When logon to Activiti Explorer, it does checkPassword() - for validating user-id/password. this behavior is very basic and it does normally.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3) then immediately LDAPUserManager. findUserByQueryCriteria&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4) then LDAPGroupManager.findGroupByQueryCriteria and this internally gets users&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;findGroupsByUser&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5) can we do some tuning on the above method calls…? for bpm engine and activiti-explorer, the above method calls are mandatory. but still i feel those are expensive methods. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;suppose if i use a custom application and wanted to do only authentication then the above methods are unnecessary.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;anyhow just thought to ask.. sorry if my question is stupid to ask.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Prakie &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Nov 2013 13:17:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/aciviti-5-13-ldap-integration/m-p/124203#M87407</guid>
      <dc:creator>prakie</dc:creator>
      <dc:date>2013-11-04T13:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: Aciviti 5.13. LDAP Integration.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/aciviti-5-13-ldap-integration/m-p/124204#M87408</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;These queries are needed to lookup the user that wants to login and get the groups for the user. That isn't very expensive, is it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2013 13:07:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/aciviti-5-13-ldap-integration/m-p/124204#M87408</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2013-11-05T13:07:15Z</dc:date>
    </item>
  </channel>
</rss>

