Red Hat Directory Server 8.0 Configuration, Command, and File Reference

NOTE
Directory Server provides a script which can analyze access logs to extract
usage statistics and count the occurrences of significant events. For details
about this script, see Section 4.7, “logconv.pl (Log Converter)”.
1.1. Access Logging Levels
Different levels of access logging exist, and changing the value of the
nsslapd-accesslog-level configuration attribute sets the exact type of logging required. See
Section 3.1.2, “nsslapd-accesslog-level” for full details on access log levels.
1.2. Default Access Logging Content
This section describes the access log content in detail based on the default access logging level
extract shown below.
[21/Apr/2007:11:39:51 -0700] conn=11 fd=608 slot=608 connection from
207.1.153.51 to 192.18.122.139
[21/Apr/2007:11:39:51 -0700] conn=11 op=0 BIND dn="cn=Directory Manager"
method=128 version=3
[21/Apr/2007:11:39:51 -0700] conn=11 op=0 RESULT err=0 tag=97 nentries=0
etime=0
[21/Apr/2007:11:39:51 -0700] conn=11 op=1 SRCH base="dc=example,dc=com"
scope=2 filter="(uid=bjensen)"
[21/Apr/2007:11:39:51 -0700] conn=11 op=1 RESULT err=0 tag=101 nentries=1
etime=1000 notes=U
[21/Apr/2007:11:39:51 -0700] conn=11 op=2 UNBIND
[21/Apr/2007:11:39:51 -0700] conn=11 op=2 fd=608 closed - U1
[21/Apr/2007:11:39:52 -0700] conn=12 fd=634 slot=634 connection from
207.1.153.51 to 192.18.122.139
[21/Apr/2007:11:39:52 -0700] conn=12 op=0 BIND dn="cn=Directory Manager"
method=128 version=3
[21/Apr/2007:11:39:52 -0700] conn=12 op=0 RESULT err=0 tag=97 nentries=0
etime=0
[21/Apr/2007:11:39:52 -0700] conn=12 op=1 SRCH base="dc=example,dc=com"
scope=2 filter="(uid=bjensen)"
[21/Apr/2007:11:39:52 -0700] conn=12 op=2 ABANDON targetop=1 msgid=2
nentries=0 etime=0
[21/Apr/2007:11:39:52 -0700] conn=12 op=3 UNBIND
[21/Apr/2007:11:39:52 -0700] conn=12 op=3 fd=634 closed - U1
[21/Apr/2007:11:39:53 -0700] conn=13 fd=659 slot=659 connection from
207.1.153.51 to 192.18.122.139
[21/Apr/2007:11:39:53 -0700] conn=13 op=0 BIND dn="cn=Directory Manager"
method=128 version=3
[21/Apr/2007:11:39:53 -0700] conn=13 op=0 RESULT err=0 tag=97 nentries=0
etime=0
[21/Apr/2007:11:39:53 -0700] conn=13 op=1 EXT oid="2.16.840.1.113730.3.5.3"
[21/Apr/2007:11:39:53 -0700] conn=13 op=1 RESULT err=0 tag=120 nentries=0
etime=0
Chapter 5. Access Log and Connection Code Reference
180