Thank you for your helpful answer. I modified my config file as you indicated , but noticed that the default user report does no longer work afterwards (showAuthenticatedUsers=1). Also I wonder why the %extra1 parameter should be used if the logformat already contains the parameter %logname. Is there a specific reason for this? (I tried with "logname" in the extrasection but failed).
Finally, when I regenerate the stats the report is empty (no lines). The section is as follows.
ExtraSectionName3="Test 14/01"
ExtraSectionCodeFilter3="200 304"
#ExtraSectionCondition3="extra3,.*CN=.*"
ExtraSectionFirstColumnTitle3="User names"
ExtraSectionFirstColumnValues3="extra3,(.*)"
ExtraSectionFirstColumnFormat3="%s"
ExtraSectionStatTypes3=HB
MaxNbOfExtra3=20
MinHitExtra3=1
The idea was to select all lines (in the ExtraSectionCondition). Since putting the line is remark should yield the same result I commented it out.
In the ExtraSectionFirstColumnValues I wrote (.*) to match the entire field.
I would appreciate your comments.