Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
SLAPO-COLLECT(5)	       File Formats Manual		SLAPO-COLLECT(5)

NAME
     slapo-collect - Collective attributes overlay to slapd

SYNOPSIS
     /usr/local/etc/openldap/slapd.conf

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 col-
     lection".

     Collective attributes are added to entries returned by a  search  operation
     when the entry is within the scope of the related ancestor.  Collective at-
     tributes can only be modified when the modification affects the related an-
     cestor.

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  collec-
	    tive attributes, where attrlist is a comma-separated list of attrib-
	    utes.  The DN should be within the naming context of the database.

FILES
     /usr/local/etc/openldap/slapd.conf
	    default slapd configuration file

SEE ALSO
     slapd.conf(5),  slapd-config(5),  The slapo-collect(5) overlay supports dy-
     namic configuration via back-config.

ACKNOWLEDGEMENTS
     This module was written in 2003 by Howard Chu.  This man page  was  written
     in  2008  by Pierangelo Masarati.	OpenLDAP Software is developed and main-
     tained by The OpenLDAP Project <http://www.openldap.org/>.  OpenLDAP  Soft-
     ware is derived from the University of Michigan LDAP 3.3 Release.

OpenLDAP 2.6.13 		   2026/03/09			SLAPO-COLLECT(5)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=slapo-collect&sektion=5&manpath=FreeBSD+Ports+15.1.quarterly>

home | help