I am trying to fetch "LDAP groups" and "users in the LDAP group" from the LDAP Server to JIRA.
User Object Filter:
(&(|(objectClass=person)(objectClass=user))(|(memberof=CN=test,OU=Groups,dc=***,dc=***,dc=***,dc=***)(memberof=CN=test2,OU=Groups,dc=***,dc=***,dc=***,dc=***) (memberOf:1.2.840.113556.1.4.1941:=CN=test3,OU=***,dc=***,dc=***,dc=***,dc=***)))
For group object filter:
(&(objectCategory=Group)(|(CN=test)(CN=test2)(CN=test3)))
With this configuration, i was able to fetch the users of the groups mentioned in query(visible in the Users tab), but not the groups(No groups visible in the Groups tab).
Can anyone suggest any other filter or field that i am required to change to fulfill my requirement?