Two log lines for SRCH parameters?
Michael Ströder <[email protected]> Mon, 10 Feb 2020 18:15:51 +0100
| Newsgroups | gmane.network.openldap.devel |
|---|---|
| Message-ID | <[email protected]> |
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.