Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

slapo-sssvlv(5) [debian man page]

SLAPO-SSSVLV(5) 						File Formats Manual						   SLAPO-SSSVLV(5)

NAME
slapo-sssvlv - Server Side Sorting and Virtual List View overlay to slapd SYNOPSIS
/etc/ldap/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. Addi- tional 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/ldap/slapd.conf default slapd configuration file /etc/ldap/slapd.d default slapd configuration directory 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 OpenLDAP 2012/04/23 SLAPO-SSSVLV(5)

Check Out this Related Man Page

SLAPO-PBIND(5)							File Formats Manual						    SLAPO-PBIND(5)

NAME
slapo-pbind - proxy bind overlay to slapd SYNOPSIS
/etc/ldap/slapd.conf DESCRIPTION
The pbind overlay to slapd(8) forwards Simple Binds on a local database to a remote LDAP server instead of processing them locally. The remote connection is managed using an instance of the ldap backend. The pbind overlay uses a subset of the ldap backend's config directives. They are described in more detail in slapd-ldap(5). Note: this overlay is built into the ldap backend; it is not a separate module. overlay pbind This directive adds the proxy bind overlay to the current backend. The proxy bind overlay may be used with any backend, but it is mainly intended for use with local storage backends. uri <ldapurl> LDAP server to use. tls <TLS parameters> Specify the use of TLS. network-timeout <time> Set the network timeout. quarantine <quarantine parameters> Turns on quarantine of URIs that returned LDAP_UNAVAILABLE. FILES
/etc/ldap/slapd.conf default slapd configuration file SEE ALSO
slapd.conf(5), slapd-config(5), slapd-ldap(5), slapd(8). AUTHOR
Howard Chu OpenLDAP 2012/04/23 SLAPO-PBIND(5)
Man Page