overlay nestgroup This directive adds the nestgroup overlay to the current database; see slapd.conf (5) for details.
The following slapd.conf configuration options are defined for the nestgroup overlay.
nestgroup-member <member-ad> The value <member-ad> is the name of the attribute that contains the names of the members in the group objects; it must be DN-valued. It defaults to member.
nestgroup-memberof <memberof-ad> The value <memberof-ad> is the name of the attribute that contains the names of the groups an entry is member of; it must be DN-valued. It defaults to memberOf.
nestgroup-base <dn> The value <dn> specifies a subtree that contains group entries in the DIT. This may be specified multiple times for multiple distinct subtrees. It has no default and the overlay does no processing unless it is explicitly configured.
"nestgroup-flags {" member-filter ", " memberof-filter ", " member-values ", " memberof-values "}" This option specifies which features to enable in the overlay. By default, nothing is enabled and the overlay is a no-op.
The nestgroup overlay may be used with any backend that provides standard search functionality.
ETCDIR/slapd.conf default slapd configuration file
This module was written in 2024 by Howard Chu of Symas Corporation.