Go to main content

man pages section 5: File Formats

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

slapo-sssvlv (5oldap)

Name

slapo-sssvlv - Server Side Sorting and Virtual List View overlay to slapd

Synopsis

/etc/openldap/slapd.conf

Description

SLAPO-SSSVLV(5oldap)                                      SLAPO-SSSVLV(5oldap)



NAME
       slapo-sssvlv  -  Server  Side  Sorting and Virtual List View overlay to
       slapd

SYNOPSIS
       /etc/openldap/slapd.conf

DESCRIPTION
       This overlay implements the LDAP Server Side Sorting (RFC2891)  control
       as  well as the Virtual List View control. It also replaces the default
       implementation of the LDAP PagedResults (RFC2696)  control,  to  ensure
       that it works with Sorting. The overlay can be used with any backend or
       globally for all backends.

       Since a complete result set must be generated in memory before  sorting
       can  be  performed, processing sort requests can have a large impact on
       the server's memory use. As such, any connection is limited  to  having
       only  a  limited  number  of sort requests active at a time. Additional
       limits may be configured as described below.


CONFIGURATION
       These slapd.conf options apply to  the  SSSVLV  overlay.   They  should
       appear after the overlay directive.

       sssvlv-max <num>
              Set  the  maximum  number  of  concurrent  sort requests allowed
              across all connections. The default is one half of the number of
              server threads.

       sssvlv-maxkeys <num>
              Set  the  maximum  number of keys allowed in a sort request. The
              default is 5.

       sssvlv-maxperconn <num>
              Set the maximum number of concurrent paged search  requests  per
              connection.  The default is 5. The number of concurrent requests
              remains limited by sssvlv-max.

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

       /etc/openldap/slapd.d
              default slapd configuration directory


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).

       "OpenLDAP Administrator's Guide" (http://www.OpenLDAP.org/doc/admin/)

       IETF LDAP Virtual List View proposal by D. Boreham, J. Sermersheim, and
       A. Kashi in IETF document "draft-ietf-ldapext-ldapv3-vlv-09.txt".

AUTHOR
       Howard Chu



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-SSSVLV(5oldap)