Red Hat Directory Server 8.0 Configuration, Command, and File Reference
method=128 version=3
1.2.7. Error Number
The error number, in this case err=0, provides the LDAP result code returned from the LDAP
operation performed. The LDAP error number 0 means that the operation was successful. For a
more comprehensive list of LDAP result codes, see Section 3, “LDAP Result Codes”.
[21/Apr/2007:11:39:51 -0700] conn=11 op=0 RESULT err=0 tag=97 nentries=0
etime=0
1.2.8. Tag Number
The tag number, in this case tag=97, indicates the type of result returned, which is almost
always a reflection of the type of operation performed. The tags used are the BER tags from the
LDAP protocol.
[21/Apr/2007:11:39:51 -0700] conn=11 op=0 RESULT err=0 tag=97 nentries=0
etime=0
Tag Description
tag=97 A result from a client bind operation.
tag=100 The actual entry being searched for.
tag=101 A result from a search operation.
tag=103 A result from a modify operation.
tag=105 A result from an add operation.
tag=107 A result from a delete operation.
tag=109 A result from a moddn operation.
tag=111 A result from a compare operation.
tag=115 A search reference when the entry on which
the search was performed holds a referral to
the required entry. Search references are
expressed in terms of a referral.
tag=120 A result from an extended operation.
Table 5.1. Commonly-Used Tags
Default Access Logging Content
183