[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
How to log
Salute,
After placing some public-keys as "userCertificate" into slapd, I found
this piece of log in my slapd.log: (loglevel 256)
fd=12 ACCEPT from IP=192.168.12.41:4391 (IP=0.0.0.0:389)
op=0 BIND dn="cn=Me,dc=tektoform,dc=lan" method=128
op=0 BIND dn="cn=Me,dc=tektoform,dc=lan" mech=SIMPLE ssf=0
op=0 RESULT tag=97 err=0 text=
op=1 SRCH base="ou=contacts,dc=tektoform,dc=lan" scope=2 deref=0
filter="(|(cn=mat*)(mail=mat*)(sn=mat*))"
op=1 SRCH attr=cn mail
op=1 SEARCH RESULT tag=101 err=0 nentries=2 text=
op=2 UNBIND
# "SRCH base" is wrapped.
Since I can send encrypted messages successfully, the client (Mozilla-
Mail, Thunderbird) has read the userCertificate-Attribute. But why is
this not logged in "SRCH attr"?
I thought "SRCH attr" shows all requested attributes. (With loglevel -1
I can see, that 'read access to "..." "attr" requested' works, but -1 is
too verbose for me and doesn't answers me my question)
Greetings,
A