How to authenticate with a OpenLdap? Community Edition

1
0
-1

Hello, I need to know how to authenticate with LDAP, I changed the settings with jaas file but I dont know why the authentication does not work in tomcat.

I have read that only works for sp edition.

Why Bonita's authentication can not be configured through the tomcat server?

Why Bonita's authentication needs a special class to run?

Thanks

1 answer

1
+1
-1

Hi,

LDAP authentication is only supplied in the Subscription Edition. If you want to use LDAP authentication in the Comunity Edition you need to implement it.

Regards,

Comments

Submitted by ttoine on Tue, 02/11/2014 - 11:10

You can use the LDAP connector and create a small process to sync your LDAP and Bonita users.

Submitted by yamandu.costa on Thu, 10/09/2014 - 17:18

Using this technique is not possible to sync passwords. Right?

Submitted by elias.ricken on Mon, 10/13/2014 - 13:26

Exactly, you cannot sync passwords, as they are encrypted.

Submitted by antoine.mottier on Wed, 11/05/2014 - 14:52

Also note that user synchronization is just one part of the job. The other part being the configuration of Bonita Engine authentication service to check the user credentials against the LDAP. Such feature is available in Subscription edition but not in Community edition. For Community edition you will need to create your own custom implementation of the service.

Notifications