Hi,
i am connecting Active Directory to our JIRA application to manage groups etc.
I have two filters, one for users, and one for group membership.
users:
(&(objectCategory=Person)(sAMAccountName=*)(memberof=CN=JIRA_allusers,OU=Jira,OU=Applications,OU=Groups,OU=companyname,DC=companyname,DC=local))
groups
(&(objectCategory=group)(name=jira*))
I am almost there. I have tried these LDAP queries in Active Directory.
First of all: Active Directory shows the correct 12 members in the usergroup defined by the filter. But JIRA only shows 8 of the 12 members, with no real clue as to why (similar OUs etc)
Also: i'd rather list the groups in my OU for the group filter instead of the name as above but i am not sure how to mae that specific group query (actually i want to list all the groups in a specific OU)
Thanks for any information/help!!
Best regards
Roel van Doorn