Nested Group
A nested group is a group that contains one or more other groups as members, rather than only individual users. Through this structure, members of an inner group typically inherit the access granted to the outer group, allowing permissions to flow across multiple layers of group membership.
A nested group is a group entry that references one or more other group entries as members, such that membership, and any permissions associated with it, is resolved transitively across the nesting hierarchy. In directory implementations, the referenced members may themselves be static, dynamic, or further nested groups; for example, IBM directory products define a nested group via a dedicated object class (such as ibm-nestedGroup) that extends a structural group entry to reference child groups. Because access is inherited through multiple layers of membership, deep nesting can make it harder to determine effective access, who is granted what and why, which is why some vendors and practitioners recommend limiting nesting depth. The behavior of inherited membership, supported nesting depth, and how effective access is evaluated varies by directory platform and configuration.
Why it matters
Nested groups let organizations model access structures that mirror how real organizations are shaped, teams within departments, departments within divisions, without re-assigning permissions to every individual. Because members of an inner group typically inherit the access granted to the outer group, nesting can dramatically reduce administrative overhead and keep group membership aligned with organizational reality. This makes it a common building block in RBAC-style deployments built on directory groups.
The same inheritance that makes nesting convenient also makes it a governance risk. As access flows across multiple layers of membership, it becomes progressively harder to answer the core governance question of effective access: who is granted what, and why. Deeply nested structures can obscure how a user ended up with a particular permission, which complicates access reviews, certification, and segregation-of-duties analysis. Practitioners commonly advise keeping nesting to a minimum precisely because tracking who is getting access, and the reason for it, grows harder with each additional layer.
Who it's relevant to
Inside Nested Group
Common questions
Answers to the questions practitioners most commonly ask about Nested Group.
