<?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: Provide Custom information to Activiti-app using Activiti-LDAP Sync in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/provide-custom-information-to-activiti-app-using-activiti-ldap/m-p/196987#M150117</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The ldap sync will disable any users that are defined, but are not in LDAP. They are treated like this, because this is effectively seen as a delete from LDAP. However, this only should happen with users who have an 'externalId' defined. If they don't have an externalId, the user won't be deactivated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Jun 2016 08:44:18 GMT</pubDate>
    <dc:creator>jbarrez</dc:creator>
    <dc:date>2016-06-27T08:44:18Z</dc:date>
    <item>
      <title>Provide Custom information to Activiti-app using Activiti-LDAP Sync</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/provide-custom-information-to-activiti-app-using-activiti-ldap/m-p/196978#M150108</link>
      <description>Hi Folks,I have configured OpenDJ LDAP server with my Activiti-app. Have provided all the necessary properties in activiti-ldap.properties file and was able to successfully sync all Users from LDAP server to Activiti-app. All the users are now available in 'users' table.Here i have one custom requir</description>
      <pubDate>Mon, 19 Oct 2015 10:31:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/provide-custom-information-to-activiti-app-using-activiti-ldap/m-p/196978#M150108</guid>
      <dc:creator>dilip_chenani</dc:creator>
      <dc:date>2015-10-19T10:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: Provide Custom information to Activiti-app using Activiti-LDAP Sync</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/provide-custom-information-to-activiti-app-using-activiti-ldap/m-p/196979#M150109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No, that's currently not possible. The tenantId is a database generated identifier. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What you could do (but that is custom coding) is to use the name or add a new column to the tenant table to sync and match your tenant information.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2015 15:18:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/provide-custom-information-to-activiti-app-using-activiti-ldap/m-p/196979#M150109</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2015-10-20T15:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: Provide Custom information to Activiti-app using Activiti-LDAP Sync</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/provide-custom-information-to-activiti-app-using-activiti-ldap/m-p/196980#M150110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes I understand I can use the tenant Id name column to put my specific tenant Id and the activiti-app tenant Id is auto-generated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But how to even sync the tenant name. Currently activiti ldap sync takes the id of the tenant-admin to assign the same tenant to all users. How can I sync tenant_id specific to each user. Mine is a multi-tenant system. And I will be using the same activiti-ldap.properties file for syncing all users. Currently it allows me to supply only one tenant-admin and hence only one tenant information to sync users with at one time. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Let us visualise it like this. After Activiti-LDAP sync, my users table should contain tenantId column filled with specific tenant ID's that were supplied by ldap.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please advise how can we achieve this. I tried some solutions provided on the forum, but none seem to be solving the above problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2015 16:46:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/provide-custom-information-to-activiti-app-using-activiti-ldap/m-p/196980#M150110</guid>
      <dc:creator>dilip_chenani</dc:creator>
      <dc:date>2015-10-20T16:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: Provide Custom information to Activiti-app using Activiti-LDAP Sync</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/provide-custom-information-to-activiti-app-using-activiti-ldap/m-p/196981#M150111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I do understand your problem, but it would need custom coding to get it done. Currently, the LDAP synchronisation uses a provided tenant Id for all the users it finds in the LDAP server. The default one won't allow to change that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the upcoming 1.4 release, we've extracted the LDAP sync into an interface and abstract superclass you can use to match what you need: it will allow you (with a bit of custom code, not much) to set the tenant Id specifically for the user. In the upcoming 1.4 docs, this is documented in the section 'Custom Identity Synchronization'.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 16:44:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/provide-custom-information-to-activiti-app-using-activiti-ldap/m-p/196981#M150111</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2015-10-28T16:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: Provide Custom information to Activiti-app using Activiti-LDAP Sync</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/provide-custom-information-to-activiti-app-using-activiti-ldap/m-p/196982#M150112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks. Can I know the tentative date when 1.4 will get released?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, Current version of Activiti-Admin does not provides LDAP sync as Activiti-App does. How can we achieve same sync functionality in Activiti-Admin as well?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2015 06:18:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/provide-custom-information-to-activiti-app-using-activiti-ldap/m-p/196982#M150112</guid>
      <dc:creator>dilip_chenani</dc:creator>
      <dc:date>2015-12-17T06:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: Provide Custom information to Activiti-app using Activiti-LDAP Sync</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/provide-custom-information-to-activiti-app-using-activiti-ldap/m-p/196983#M150113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;1.4 has been released in the meantime (last week Friday) &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;No, the admin app doesn't have syncing: the reasoning is that only a handful of people have access to the admin app. And it would complicate the setup a lot too.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Dec 2015 10:54:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/provide-custom-information-to-activiti-app-using-activiti-ldap/m-p/196983#M150113</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2015-12-22T10:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: Provide Custom information to Activiti-app using Activiti-LDAP Sync</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/provide-custom-information-to-activiti-app-using-activiti-ldap/m-p/196984#M150114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If tenant id information is included as a User information such as email,firstname,lastname.., In that case will this new extension "Custom Identity Synchronization" helpful to me? I think in that case i would have to write LdapUser.java with my custom attributes . Will that be a good design. Where can i find example for Custom Identity Synchronization?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also its not allowing me to create my custom LdapSyncService as explained in docs. Its throwing BeanCreationException : expected single matching bean but found 2: bpmLDAPSyncService,ldapSyncService&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Jan 2016 15:19:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/provide-custom-information-to-activiti-app-using-activiti-ldap/m-p/196984#M150114</guid>
      <dc:creator>dilip_chenani</dc:creator>
      <dc:date>2016-01-17T15:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: Provide Custom information to Activiti-app using Activiti-LDAP Sync</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/provide-custom-information-to-activiti-app-using-activiti-ldap/m-p/196985#M150115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can't define a new LDAPSyncService, but you can define a class that calls the regular one, while looping over all tenants in the system and calling the sync service for each of them. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2016 07:00:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/provide-custom-information-to-activiti-app-using-activiti-ldap/m-p/196985#M150115</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2016-01-21T07:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: Provide Custom information to Activiti-app using Activiti-LDAP Sync</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/provide-custom-information-to-activiti-app-using-activiti-ldap/m-p/196986#M150116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;we have the LDAP full sync set up and has been working fine with the users query. modified the query,&amp;nbsp; as not all app level users are getting pulled into activiti and all the manually added users are becoming inactive after the sync. The query is pulling the process users, but still these ids becoming inactive. Can you help where is the gap is?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 14:16:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/provide-custom-information-to-activiti-app-using-activiti-ldap/m-p/196986#M150116</guid>
      <dc:creator>pteki</dc:creator>
      <dc:date>2016-06-23T14:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: Provide Custom information to Activiti-app using Activiti-LDAP Sync</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/provide-custom-information-to-activiti-app-using-activiti-ldap/m-p/196987#M150117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The ldap sync will disable any users that are defined, but are not in LDAP. They are treated like this, because this is effectively seen as a delete from LDAP. However, this only should happen with users who have an 'externalId' defined. If they don't have an externalId, the user won't be deactivated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jun 2016 08:44:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/provide-custom-information-to-activiti-app-using-activiti-ldap/m-p/196987#M150117</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2016-06-27T08:44:18Z</dc:date>
    </item>
  </channel>
</rss>

