Hi,
I have configured the explorer to work with LDAP. I've even created two LDAP groups: ACT_USERS, & ACT_ADMIN and added users to these groups. I'm in both the groups. It all works well except I cannot login as Admin user even though I belong to the ACT_ADMIN LDAP group.
In the activiti-ui-context.xml, I added the following:
<property name="adminGroups">
<list>
<value>ACT_ADMIN</value>
</list>
</property>
<property name="userGroups">
<list>
<value>ACT_USERS</value>
</list>
</property>
But this does not work? I still do not have explorer admin access.
Any help greatly appreciated.
Regards,
Venkata