LDAP Synchronization

Hello,

I try to synchronize my bonita 6.3.8 (Linux, Tomcat, and MySql), but it doesn’t work!

I tried to apply this procedure: http://documentation.bonitasoft.com/ldap-synchronizer-2

But, I don’t understand what should I do here? I don’t have an LDAP folder in my package installed!
There is a bonita.home directory in the deploy that can be used. Copy the directory into the LDAP directory:
# cp -r BPMSubscription-6.2.2-deploy/bonita_home-6.2.2 BonitaBPMSubscription-6.2.2-deploy/BonitaBPMSubscription-6.2.2-LDAP-Synchronizer/BonitaBPMSubscription-6.2.2-LDAP-Synchronizer/bonita

Could you please help me?

Thanks,
Regards
David

Hello David,
LdapSynchronization is not possible with community edition.
You need subscription edition to make synchronization between ldap server and bonita database

Regards
Karim

Hello Karim,

So, I should use LDAP connector with community edition?

Thanks,
David

Hello David,
Ldap connector is used on a process to retrieve information from ldap server.
You need to develop a script based on the bonita API in the output of your ldap connector to populate bonita database.
Hope it helps
Karim