slapo-collect - Collective attributes overlay to slapd
/etc/openldap/slapd.conf
SLAPO-COLLECT(5oldap) SLAPO-COLLECT(5oldap)
NAME
slapo-collect - Collective attributes overlay to slapd
SYNOPSIS
/etc/openldap/slapd.conf
DESCRIPTION
The collect overlay is used to provide a relatively coarse implementa-
tion of RFC 3671 collective attributes. In X.500, a collective
attribute is "a user attribute whose values are the same for each mem-
ber of an entry collection".
Collective attributes are added to entries returned by a search opera-
tion when the entry is within the scope of the related ancestor. Col-
lective attributes can only be modified when the modification affects
the related ancestor.
CONFIGURATION
This slapd.conf option applies to the collect overlay. It should
appear after the overlay directive.
collectinfo <DN> <attrlist>
Specify the DN of the ancestor entry and the set of related col-
lective attributes, where attrlist is a comma-separated list of
attributes. The DN should be within the naming context of the
database.
FILES
/etc/openldap/slapd.conf
default slapd configuration file
ATTRIBUTES
See attributes(7) for descriptions of the following attributes:
+---------------+-------------------------------+
|ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+---------------+-------------------------------+
|Availability | service/network/ldap/openldap |
+---------------+-------------------------------+
|Stability | Pass-through uncommitted |
+---------------+-------------------------------+
SEE ALSO
slapd.conf(5), slapd-config(5), The slapo-collect(5) overlay supports
dynamic configuration via back-config.
ACKNOWLEDGEMENTS
This module was written in 2003 by Howard Chu. This man page was writ-
ten in 2008 by Pierangelo Masarati. OpenLDAP Software is developed and
maintained by The OpenLDAP Project <http://www.openldap.org/>. OpenL-
DAP Software is derived from the University of Michigan LDAP 3.3
Release.
NOTES
Source code for open source software components in Oracle Solaris can
be found at https://www.oracle.com/downloads/opensource/solaris-source-
code-downloads.html.
This software was built from source available at
https://github.com/oracle/solaris-userland. The original community
source was downloaded from ftp://ftp.openldap.org/pub/OpenLDAP/openl-
dap-release/openldap-2.4.59.tgz.
Further information about this software can be found on the open source
community website at http://www.openldap.org/.
OpenLDAP 2.4.59 2021/06/03 SLAPO-COLLECT(5oldap)