Clicking a specific group in flowable-idm does not return users

+1. I believe I have the same issue. My config:


ldap.basedn=dc=wellsmith,dc=com
ldap.cache.groupexpiration=180000
ldap.cache.groupsize=-1
ldap.query.userbyid=(&(objectClass=inetOrgPerson)(uid={0}))
ldap.query.userbyname=(&(objectClass=inetOrgPerson)(|({0}={1})({2}={3})))
ldap.query.userall=(objectClass=inetOrgPerson)
ldap.query.groupsforuser=(&(objectClass=groupOfUniqueNames)(uniqueMember={0}))
ldap.query.groupall=(objectClass=groupOfUniqueNames)
ldap.attribute.email=email
ldap.attribute.userid=uid
ldap.attribute.firstname=givenName
ldap.attribute.lastname=sn
ldap.attribute.groupid=cn
ldap.attribute.groupname=cn

I have two groups in my LDAP server (ApacheDS), both have DN of “cn=xxx”. In the IDM app, under the Groups tab, when I click on a group, Flowable throws:

FlowableException: Query return 2 results instead of max 1