1Net::LDAP::Control::VLVURseesrpoCnosnet(r3i)buted Perl DNoectu:m:eLnDtAaPt:i:oCnontrol::VLVResponse(3)
2
3
4
6 Net::LDAP::Control::VLVResponse -- LDAPv3 Virtual List View server
7 response
8
10 See Net::LDAP::Control::VLV
11
13 "Net::LDAP::Control::VLVResponse" is a sub-class of Net::LDAP::Control.
14 It provides a class for manipulating the LDAP Virtual List View
15 Response control
16
17 If the server supports Virtual List Views, then the response from a
18 search operation will include a VLVResponse control.
19
21 In addition to the constructor arguments described in Net::LDAP::Con‐
22 trol the following are provided.
23
24 content
25 An estimate of the number of entries in the complete list. This
26 value should be used in any subsequent Virtual List View control
27 using the same list.
28
29 context
30 An arbitary value which is used to associate subsequent requests
31 with the request which this control is a response for. This value
32 should be copied by the client into the Virtual List View control
33 for any subsequent search that uses the same list.
34
35 result
36 A result code indicating the result of the Virtual List View
37 request. This may be any of the codes listed below.
38
39 target
40 The list offset of the target entry.
41
43 As with Net::LDAP::Control each constructor argument described above is
44 also avaliable as a method on the object which will return the current
45 value for the attribute if called without an argument, and set a new
46 value for the attribute if called with an argument.
47
49 Possible results from a sort request are listed below. See
50 Net::LDAP::Constant for a definition of each.
51
52 LDAP_SUCCESS
53 LDAP_OPERATIONS_ERROR
54 LDAP_TIMELIMIT_EXCEEDED
55 LDAP_ADMIN_LIMIT_EXCEEDED
56 LDAP_INSUFFICIENT_ACCESS
57 LDAP_BUSY
58 LDAP_UNWILLING_TO_PERFORM
59 LDAP_OTHER
60 LDAP_SORT_CONTROL_MISSING
61 LDAP_INDEX_RANGE_ERROR
62
64 Net::LDAP, Net::LDAP::Control
65
67 Graham Barr <gbarr@pobox.com>
68
69 Please report any bugs, or post any suggestions, to the perl-ldap mail‐
70 ing list <perl-ldap@perl.org>
71
73 Copyright (c) 2000-2004 Graham Barr. All rights reserved. This program
74 is free software; you can redistribute it and/or modify it under the
75 same terms as Perl itself.
76
77
78
79perl v5.8.8 2007-02-10Net::LDAP::Control::VLVResponse(3)