cancel
Showing results for 
Search instead for 
Did you mean: 

LDAP - Admin Access

venkataphani
Champ in-the-making
Champ in-the-making
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
1 REPLY 1

venkataphani
Champ in-the-making
Champ in-the-making
I think the XML got lost. Pasting again:

<property name="adminGroups">
  <list>
    <value>ACT_ADMIN</value>
  </list>
  </property>
  <property name="userGroups">
    <list>
      <value>ACT_USERS</value>
    </list>
</property>