mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
49 lines
1.4 KiB
Groff
49 lines
1.4 KiB
Groff
|
.TH SLAPO-COLLECT 5 "RELEASEDATE" "OpenLDAP LDVERSION"
|
||
|
.\" Copyright 2003-2008 The OpenLDAP Foundation All Rights Reserved.
|
||
|
.\" Copying restrictions apply. See COPYRIGHT/LICENSE.
|
||
|
.\" $OpenLDAP$
|
||
|
.SH NAME
|
||
|
slapo-collect \- Collective attributes overlay to slapd
|
||
|
.SH SYNOPSIS
|
||
|
ETCDIR/slapd.conf
|
||
|
.SH DESCRIPTION
|
||
|
The collect overlay is used to provide a relatively coarse
|
||
|
implementation of RFC 3671 collective attributes.
|
||
|
In X.500, a collective attribute is "a user attribute whose
|
||
|
values are the same for each member of an entry collection".
|
||
|
|
||
|
Collective attributes are added to entries returned by a search operation
|
||
|
when the entry is within the scope of the related collectiveAttributeSubentry.
|
||
|
Collective attributes can only be modified when the modification affects
|
||
|
the related collectiveAttributeSubentry.
|
||
|
|
||
|
.SH CONFIGURATION
|
||
|
This
|
||
|
.B slapd.conf
|
||
|
option applies to the collect overlay.
|
||
|
It should appear after the
|
||
|
.B overlay
|
||
|
directive.
|
||
|
.TP
|
||
|
.B collectinfo <DN> <attrlist>
|
||
|
Specify the
|
||
|
.B DN
|
||
|
of a collectiveAttributeSubentry and the set
|
||
|
of related collective attributes, where
|
||
|
.B attrlist
|
||
|
is a comma-separated list of attributes.
|
||
|
The
|
||
|
.B DN
|
||
|
should be within the naming context of the database.
|
||
|
|
||
|
.SH FILES
|
||
|
.TP
|
||
|
ETCDIR/slapd.conf
|
||
|
default slapd configuration file
|
||
|
.SH SEE ALSO
|
||
|
.BR slapd.conf (5).
|
||
|
.SH ACKNOWLEDGEMENTS
|
||
|
This module was written in 2003 by Howard Chu.
|
||
|
This man page was written in 2008 by Pierangelo Masarati.
|
||
|
.so ../Project
|