i got a small problem here regarding OpenLDAP. The problem is to search for the member of nested groups. Lets say i have this construct:
- dn=domain,dn=local
- ou=people
- cn=marvyn (inetOrgPerson)
- ou=department
- cn=administration (groupOfNames)
- ou=application
- cn=jira (groupOfNames)
- ou=people
marvyn is member of administration. administration is member of jira. I want to authenticate against jira and check if marvyn is in it but marvyn is in administrations which is member of jira. How do i need to search or build the search string to find out if marvyn is member of jira.
Thank you guys,