Red Hat Directory Server 8.0 Configuration, Command, and File Reference
RequestInformation has the following form:
beforeCount:afterCount:index:contentCount
If the client uses a position-by-value VLV request, the format for the first part, the request
information would be beforeCount: afterCount: value.
ResponseInformation has the following form:
targetPosition:contentCount (resultCode)
The example below highlights the VLV-specific entries:
[07/May/2007:11:43:29 -0700] conn=877 op=8530 SRCH base="(ou=People)"
scope=2 filter="(uid=*)"
[07/May/2007:11:43:29 -0700] conn=877 op=8530 SORT uid
[07/May/2007:11:43:29 -0700] conn=877 op=8530 VLV 0:5:0210 10:5397 (0)
[07/May/2007:11:43:29 -0700] conn=877 op=8530 RESULT err=0 tag=101
nentries=1 etime=0
In the above example, the first part, 0:5:0210, is the VLV request information:
• The beforeCount is 0.
• The afterCount is 5.
• The value is 0210.
The second part, 10:5397 (0), is the VLV response information:
• The targetPosition is 10.
• The contentCount is 5397.
• The (resultCode) is (0).
1.2.15. Search Scope
The entry scope=n defines the scope of the search performed, and n can have a value of 0, 1,
or 2.
• 0 for base search
• 1 for one-level search
Chapter 5. Access Log and Connection Code Reference
186