Details
Description
Currently, Karaf enabled the FileAuditLoginModule by default. This login module audit all security actions (logon, logout, etc) performed by users.
However, this is a simple file (populated by a StringWriter), so it always grows up, never rotate and we can't limit the size.
I've implemented a new LogAuditLoginModule that use slf4j to log the security actions.
We should use this login module by default (instead of the FileAuditLoginModule, using a specific appender in etc/org.ops4j.pax.logging.cfg).