1.lf 1 stdin
2.TH SLAPO-COLLECT 5 "2020/04/28" "OpenLDAP 2.4.50"
3.\" Copyright 2003-2020 The OpenLDAP Foundation All Rights Reserved.
4.\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
5.\" $OpenLDAP$
6.SH NAME
7slapo\-collect \- Collective attributes overlay to slapd
8.SH SYNOPSIS
9/etc/openldap/slapd.conf
10.SH DESCRIPTION
11The collect overlay is used to provide a relatively coarse
12implementation of RFC 3671 collective attributes.
13In X.500, a collective attribute is "a user attribute whose
14values are the same for each member of an entry collection".
15
16Collective attributes are added to entries returned by a search operation
17when the entry is within the scope of the related ancestor.
18Collective attributes can only be modified when the modification affects
19the related ancestor.
20
21.SH CONFIGURATION
22This
23.B slapd.conf
24option applies to the collect overlay.
25It should appear after the
26.B overlay
27directive.
28.TP
29.B collectinfo <DN> <attrlist>
30Specify the
31.B DN
32of the ancestor entry and the set of related collective attributes, where
33.B attrlist
34is a comma-separated list of attributes.
35The
36.B DN 
37should be within the naming context of the database.
38
39.SH FILES
40.TP
41/etc/openldap/slapd.conf
42default slapd configuration file
43.SH SEE ALSO
44.BR slapd.conf (5),
45.BR slapd\-config (5),
46The
47.BR slapo\-collect (5)
48overlay supports dynamic configuration via
49.BR back-config .
50.SH ACKNOWLEDGEMENTS
51This module was written in 2003 by Howard Chu.
52This man page was written in 2008 by Pierangelo Masarati.
53.lf 1 ./../Project
54.\" Shared Project Acknowledgement Text
55.B "OpenLDAP Software"
56is developed and maintained by The OpenLDAP Project <http://www.openldap.org/>.
57.B "OpenLDAP Software"
58is derived from the University of Michigan LDAP 3.3 Release.  
59.lf 53 stdin
60