Currently, I am integrating JBPM with LDAP with following guide: https://www.youtube.com/watch?v=0UpT92-GIxc.
I have done successfully. But, Our LDAP server already have role "admin" and I cannot add this role to my OU. So, How can i change configuration admin role to other name in jbpm?
Thank all!
In the
jbpm.usergroup.callback.properties
file, you should configure the "binding" user:You could try any other one, different than admin.
Notice that if the LDAP server doesn’t allow anonymous binding, then
ldap.bind.user
andldap.bind.pwd
parameters are mandatory in this file.In this blog post, you can find a sample for a basic LDAP configuration ("LDAP structure" chapter): https://blog.kie.org/2021/02/migrating-jbpm-images-secured-by-ldap-to-elytron.html
Take into account to update jboss LdapExtLoginModule with the bindDN and password accordingly.