cancel
Showing results for 
Search instead for 
Did you mean: 

How can i customize ACT_ID_USER table?

vamsinipun
Star Contributor
Star Contributor

Hi Team,

     I am using activiti process in my spring project. In my spring project already i have users table but activiti given ACT_ID_USER table. is it possible to use my spring table instead of ACT_ID_USER?

if not possilbe i will maintain both tables. any solution for this?

8 REPLIES 8

fegor
Star Collaborator
Star Collaborator

Why do not use LDAP?

vamsinipun
Star Contributor
Star Contributor

Thank you for your reply. please share any link about that.

fegor
Star Collaborator
Star Collaborator

1. Install OpenLDAP or other

2. Create your users in this ldap with fields as you need (schemas)

2. Configure your Activiti for autentication in ldap

One tutorial for config for Activiti in LDAP by Thys Michels: Activiti BPM Tutorial – LDAP | Thys Michels Blog 

vamsinipun
Star Contributor
Star Contributor

Sorry. it is not full fill my requirement. I am using spring security and created my own mysql user table. is there any possibility to use my own mysql user table?