]> git.sur5r.net Git - openldap/blob - doc/man/man5/slapo-dyngroup.5
Happy New Year!
[openldap] / doc / man / man5 / slapo-dyngroup.5
1 .TH SLAPO-DYNGROUP 5 "RELEASEDATE" "OpenLDAP LDVERSION"
2 .\" Copyright 2005-2016 The OpenLDAP Foundation All Rights Reserved.
3 .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
4 .\" $OpenLDAP$
5 .SH NAME
6 slapo\-dyngroup \- Dynamic Group overlay to slapd
7 .SH SYNOPSIS
8 ETCDIR/slapd.conf
9 .SH DESCRIPTION
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.
15 .LP
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
19 be checked first.
20 .SH CONFIGURATION
21 This
22 .B slapd.conf
23 option applies to the Dynamic Group overlay.
24 It should appear after the
25 .B overlay
26 directive.
27 .TP
28 .B attrpair <memberAttr> <URLattr>
29 Specify the attributes to be compared. A compare operation on the
30 .I memberAttr
31 will cause the
32 .I URLattr
33 to be evaluated for the result.
34 .SH EXAMPLES
35 .nf
36   database mdb
37   ...
38   overlay dyngroup
39   attrpair member memberURL
40 .fi
41 .SH FILES
42 .TP
43 ETCDIR/slapd.conf
44 default slapd configuration file
45 .SH SEE ALSO
46 .BR slapd.conf (5),
47 .BR slapd\-config (5).
48 .SH AUTHOR
49 Howard Chu