NAME | SYNOPSIS | DESCRIPTION | CONFIGURATION | EXAMPLES | FILES | SEE ALSO | AUTHOR | COLOPHON

SLAPO-DYNGROUP(5)            File Formats Manual           SLAPO-DYNGROUP(5)

NAME         top

       slapo-dyngroup - Dynamic Group overlay to slapd

SYNOPSIS         top

       ETCDIR/slapd.conf

DESCRIPTION         top

       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         top

       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         top

         database mdb
         ...
         overlay dyngroup
         attrpair member memberURL

FILES         top

       ETCDIR/slapd.conf
              default slapd configuration file

SEE ALSO         top

       slapd.conf(5), slapd-config(5).

AUTHOR         top

       Howard Chu

COLOPHON         top

       This page is part of the OpenLDAP (an open source implementation of
       the Lightweight Directory Access Protocol) project.  Information
       about the project can be found at ⟨http://www.openldap.org/⟩.  If you
       have a bug report for this manual page, see 
       ⟨http://www.openldap.org/its/⟩.  This page was obtained from the
       project's upstream Git repository 
       ⟨git://git.openldap.org/openldap.git⟩ on 2017-07-05.  If you discover
       any rendering problems in this HTML version of the page, or you
       believe there is a better or more up-to-date source for the page, or
       you have corrections or improvements to the information in this
       COLOPHON (which is not part of the original manual page), send a mail
       to man-pages@man7.org
OpenLDAP LDVERSION               RELEASEDATE               SLAPO-DYNGROUP(5)

Pages that refer to this page: slapd.overlays(5)