-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove audit feature #107
Comments
Before removing it, check if something work in master? |
Here is the status of audit feature. I have compiled LSC from master branch (1b800cc), with openjdk 17. Globally, the audit feature is working. CSV audit logExample of corresponding CSV:
First line is a creation with cn,dn Most options displayed in the documentation are ok:
LDIF audit logExample of corresponding LDIF:
First section is an add operation, second section is a delete operation. Most options displayed in the documentation are ok:
Next step is to check if we can do (at least) the same with logback.xml configuration. |
The logback configuration seems more complete than audit. Here is the status of my tests about the logback configuration. I have compiled LSC from master branch (1b800cc), with openjdk 17. CSV layoutMost of the options described in the documentation are accurate:
Note: there is actually a test
LDIF layoutGlobally, the ldif output is working.
|
Given the analysis above, I think the audit is redundant, and can be replaced by logback configuration. I am going to remove it. |
|
Last point in the todo-list will be treated in a dedicated issue: #294 So current issue is to be closed. |
Audit feature seems broken since many versions, should be removed for 2.2
The text was updated successfully, but these errors were encountered: