Hi - I have the following set-up in activiti-custom-context.xml:
———————————————————————————
<property name="queryGroupsForUser" value="(&(objectclass=groupOfUniqueNames)
(uniqueMember=uid={0},cn=People,ou=Internal,o=mfc)
(ecommerceappaccess=MyAdminUsers))" />
…..
<property name="groupNameAttribute" value="ecommerceappaccess" />
…..
———————————————————————————
#####################################
Here is the entry in activiti-ui-context.xml:
#####################################
<property name="adminGroups">
<list>
<value>MyAdminUsers</value>
</list>
</property>
<property name="userGroups">
<list>
<value>MyUsers</value>
</list>
</property>
#####################################
For some reason "groupNameAttribute" is not getting the VALUE SET in the attribute "ecommerceappaccess", returned from LDAP search.
The value of "ecommerceappaccess" from the above config in theory should be 'MyAdminUsers'.
Any help is much appreciated. Thank you.