1SLAPO-SSSVLV(5) File Formats Manual SLAPO-SSSVLV(5)
2
3
4
6 slapo-sssvlv - Server Side Sorting and Virtual List View overlay to
7 slapd
8
10 /etc/openldap/slapd.conf
11
13 This overlay implements the LDAP Server Side Sorting (RFC2891) control
14 as well as the Virtual List View control. It also replaces the default
15 implementation of the LDAP PagedResults (RFC2696) control, to ensure
16 that it works with Sorting. The overlay can be used with any backend or
17 globally for all backends.
18
19 Since a complete result set must be generated in memory before sorting
20 can be performed, processing sort requests can have a large impact on
21 the server's memory use. As such, any connection is limited to having
22 only one sort request active at a time. Additional limits may be con‐
23 figured as described below.
24
25
27 These slapd.conf options apply to the SSSVLV overlay. They should
28 appear after the overlay directive.
29
30 sssvlv-max <num>
31 Set the maximum number of concurrent sort requests allowed
32 across all connections. The default is one half of the number of
33 server threads.
34
35 sssvlv-maxkeys <num>
36 Set the maximum number of keys allowed in a sort request. The
37 default is 5.
38
40 /etc/openldap/slapd.conf
41 default slapd configuration file
42
43 /etc/openldap/slapd.d
44 default slapd configuration directory
45
47 slapd.conf(5), slapd-config(5).
48
49 "OpenLDAP Administrator's Guide" (http://www.OpenLDAP.org/doc/admin/)
50
51 IETF LDAP Virtual List View proposal by D. Boreham, J. Sermersheim, and
52 A. Kashi in IETF document "draft-ietf-ldapext-ldapv3-vlv-09.txt".
53
55 Howard Chu
56
57
58
59OpenLDAP 2.4.23 2010/06/30 SLAPO-SSSVLV(5)