davidcoutadeur

Results 83 comments of davidcoutadeur

Why not, it does not seem too difficult indeed. Note: until know, the script were not supposed to write things to stdout/stderr, we should update the documentation: ``` Hook scripts...

Done in commit 40d80fe2 I have set level INFO for stdout and ERROR for stderr I am updating the corresponding documentation right now.

A customer is also interested by this feature. If anyone starts working on this in the meantime, it could be nice to have a generic functionality, by making customizable: -...

Seems 2.5 logs are parsed correctly. I have added an option to do the job for OpenLDAP 2.6 logs (c9f7903)

Hello @cmaudoux It seems ok on my side. ![sd-sort-issue](https://github.com/user-attachments/assets/2a5cb4de-5b04-472e-8698-c4346f850a47) The tricky side here is that you have to define the sorting column in the search_result_times variable, like: ``` $search_result_items =...

> Hi @davidcoutadeur Thx for your reply. > > Pbe is you can sort by displayed attribute only. By example, I would like to display $search_result_items = array('identifier', 'mail'); and...

Here are the details (copy-paste from issue #107): Here is the status of my tests about the logback configuration. I have compiled LSC from master branch (https://github.com/lsc-project/lsc/commit/1b800cc780fb50ad9330a80cda73bc307d479334), with openjdk 17....

All fixes are solved by #357 and by the corresponding fixes in documentation: https://github.com/lsc-project/documentation/issues/16 * better documentation of CSV parameters: logOperations and attrs, fix outputHeader and taskNames CSV parameters, *...

I close this PR as it has many conflicts and has been rewritten in #361