HI!
I'm wondering why there are two log lines for listing the search parameters for a single search operation:
SRCH base="dc=ae-dir,dc=example,dc=org" scope=2 deref=0 filter="(objectClass=aePerson)"
SRCH attr=cn givenName sn mail aeStatus
Is there any rationale for that? Wouldn't it be better to also list attr= along with the other search parameters? The attributes could also be listed as comma-separated list, so parsing with space as separator would be easy.
I'm asking for a rather *small* change. I deliberately do not want to start a let's-fix-all-the-log-issues discussion.
Ciao, Michael.