[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: RES: log fields



On Saturday 16 February 2008 02:43:39 Gustavo Mendes de Carvalho wrote:
> Hi Gavin,
>
> Do you have any document (or a link to someone) that describes each field
> in ldap.log file ?

Is this really necessary? The fields seem relatively self-apparent:

> > Jan 10 11:50:21 ldap01 slapd[10819]: conn=1702 op=33 SEARCH RESULT
> > tag=101 err=0 nentries=1 text=

A search result was sent to the client that is connected with connection 1702, 
the search succeeded, 1 entry was sent, no text representation of the error 
number. This was for the 33rd operation on the connection.

> > Jan 10 11:50:25 ldap01 slapd[10819]: conn=1702 op=34 SRCH
> > base="uid=gustavo,ou=company,c=org" scope=0 deref=0
> > filter="(objectClass=*)"

A new search was received, operation number 34 on the connection number 1702, 
with the obvious search parameters.

> > Jan 10 11:50:25 ldap01 slapd[10819]: conn=1702 op=34 SEARCH RESULT
> > tag=101 err=0 nentries=1 text=
> > Jan 10 11:50:26 ldap01 slapd[10819]: conn=1702 op=35 SRCH
> > base="uid=gustavo,ou=company,c=org" scope=0 deref=0
> > filter="(objectClass=*)"
> > Jan 10 11:50:26 ldap01 slapd[10819]: conn=1702 op=35 SEARCH RESULT
> > tag=101 err=0 nentries=1 text=
> > Jan 10 12:28:13 ldap01 slapd[10819]: conn=1702 op=36 UNBIND 
> > Jan 10 12:28:13 ldap01 slapd[10819]: conn=1702 fd=21 closed


What else do you need, and what for?