1 .TH SLAPO-DYNGROUP 5 "RELEASEDATE" "OpenLDAP LDVERSION"
2 .\" Copyright 2005-2014 The OpenLDAP Foundation All Rights Reserved.
3 .\" Copying restrictions apply. See COPYRIGHT/LICENSE.
6 slapo\-dyngroup \- Dynamic Group overlay to slapd
10 The Dynamic Group overlay allows clients to use LDAP Compare operations
11 to test the membership of a dynamic group the same way they would check
12 against a static group. Compare operations targeting a group's static
13 member attribute will be intercepted and tested against the configured
14 dynamic group's URL attribute.
16 Note that this intercept only happens if the actual
17 Compare operation does not return a LDAP_COMPARE_TRUE result. So if a
18 group has both static and dynamic members, the static member list will
23 option applies to the Dynamic Group overlay.
24 It should appear after the
28 .B attrpair <memberAttr> <URLattr>
29 Specify the attributes to be compared. A compare operation on the
33 to be evaluated for the result.
39 attrpair member memberURL
44 default slapd configuration file
47 .BR slapd\-config (5).