... until the collector arrives ...

This "blog" is really just a scratchpad of mine. There is not much of general interest here. Most of the content is scribbled down "live" as I discover things I want to remember. I rarely go back to correct mistakes in older entries. You have been warned :)

2005-05-26

JCIFS Logging

You can make JCIFS log all authentication attempts by configuring the following filter initialization parameter:

<init-param>
  <param-name>jcifs.util.loglevel</param-name>
  <param-value>3</param-value>
</init-param>

The log level must be greater than two to show logins.

Blog Archive