Access Log Content
214 Red Hat Directory Server Configuration, Command, and File Reference • May 2005
•
tag=100
indicates the actual entry for which you were searching.
•
tag=101
for a result from a search operation.
•
tag=103
for a result from a modify operation.
•
tag=105
for a result from an add operation.
•
tag=107
for a result from a delete operation.
•
tag=109
for a result from a moddn operation.
•
tag=111
for a result from a compare operation.
•
tag=115
indicates a search reference when the entry you perform your search
on holds a referral to the entry you require. Search references are expressed in
terms of a referral.
•
tag=120
for a result from an extended operation.
Number of Entries
The number of entries, in this case
nentries=0
, indicates the number of entries
that were found matching the LDAP client’s request.
Elapsed Time
Elapsed time, in this case
etime=1000
, indicates the amount of time (in seconds)
that it took the Directory Server to perform the LDAP operation. An
etime
value
of
0
means that the operation actually took milliseconds to perform. If you want
to have microsecond resolution for this item in the access log, enter a value of
131328
(256+131072) in the
nsslapd-accesslog-level
configuration attribute.
LDAP Request Type
The LDAP request type indicates the type of LDAP request being issued by the
LDAP client. Possible values are:
•
SRCH
= search
•
MOD
= modify
•
DEL
= delete
•
ADD
= add
NOTE
tag=100
and
tag=115
are not result tags as such, and so it is
unlikely that you will see them in your access log.