Nested LDAP Groups?

Does FreePBX support enumerating nested LDAP groups?

Parent Group
…Child Group 1
…Member 1
…Member 2
…Child Group 1
…Member 3
…Member 4

When queried, Parent Group should include Member 1, Member 2, Member 3, and Member 4.

No it does not.

Is this something that could be added in to the Active Directory directory type?

Microsoft has a special matching rule that will do full tree recursion. Otherwise, recursion logic must be performed by the LDAP client itself.

LDAP_MATCHING_RULE_IN_CHAIN

It probably won’t be something we will do because we use libraries to go through LDAP, eg we didnt write the LDAP code someone else did.