1SLAPO-DYNGROUP(5) File Formats Manual SLAPO-DYNGROUP(5)
2
3
4
6 slapo-dyngroup - Dynamic Group overlay to slapd
7
9 /etc/openldap/slapd.conf
10
12 The Dynamic Group overlay allows clients to use LDAP Compare operations
13 to test the membership of a dynamic group the same way they would check
14 against a static group. Compare operations targeting a group's static
15 member attribute will be intercepted and tested against the configured
16 dynamic group's URL attribute.
17
18 Note that this intercept only happens if the actual Compare operation
19 does not return a LDAP_COMPARE_TRUE result. So if a group has both
20 static and dynamic members, the static member list will be checked
21 first.
22
24 This slapd.conf option applies to the Dynamic Group overlay. It should
25 appear after the overlay directive.
26
27 attrpair <memberAttr> <URLattr>
28 Specify the attributes to be compared. A compare operation on
29 the memberAttr will cause the URLattr to be evaluated for the
30 result.
31
33 database bdb
34 ...
35 overlay dyngroup
36 attrpair member memberURL
37
39 /etc/openldap/slapd.conf
40 default slapd configuration file
41
43 slapd.conf(5), slapd-config(5).
44
46 Howard Chu
47
48
49
50OpenLDAP 2.4.23 2010/06/30 SLAPO-DYNGROUP(5)