slapo-dyngroup - Dynamic Group overlay to slapd
/etc/openldap/slapd.conf
SLAPO-DYNGROUP(5oldap) SLAPO-DYNGROUP(5oldap)
NAME
slapo-dyngroup - Dynamic Group overlay to slapd
SYNOPSIS
/etc/openldap/slapd.conf
DESCRIPTION
The Dynamic Group overlay allows clients to use LDAP Compare operations
to test the membership of a dynamic group the same way they would check
against a static group. Compare operations targeting a group's static
member attribute will be intercepted and tested against the configured
dynamic group's URL attribute.
Note that this intercept only happens if the actual Compare operation
does not return a LDAP_COMPARE_TRUE result. So if a group has both
static and dynamic members, the static member list will be checked
first.
CONFIGURATION
This slapd.conf option applies to the Dynamic Group overlay. It should
appear after the overlay directive.
attrpair <memberAttr> <URLattr>
Specify the attributes to be compared. A compare operation on
the memberAttr will cause the URLattr to be evaluated for the
result.
EXAMPLES
database bdb
...
overlay dyngroup
attrpair member memberURL
FILES
/etc/openldap/slapd.conf
default slapd configuration file
ATTRIBUTES
See attributes(7) for descriptions of the following attributes:
+---------------+-------------------------------+
|ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+---------------+-------------------------------+
|Availability | service/network/ldap/openldap |
+---------------+-------------------------------+
|Stability | Pass-through uncommitted |
+---------------+-------------------------------+
SEE ALSO
slapd.conf(5), slapd-config(5).
AUTHOR
Howard Chu
NOTES
Source code for open source software components in Oracle Solaris can
be found at https://www.oracle.com/downloads/opensource/solaris-source-
code-downloads.html.
This software was built from source available at
https://github.com/oracle/solaris-userland. The original community
source was downloaded from ftp://ftp.openldap.org/pub/OpenLDAP/openl-
dap-release/openldap-2.4.59.tgz.
Further information about this software can be found on the open source
community website at http://www.openldap.org/.
OpenLDAP 2.4.59 2021/06/03 SLAPO-DYNGROUP(5oldap)