8840042751
Changes the logging of LDAP authentication failures from "always" to "only if the user failed to be authenticated" Previously there were cases (such has having 2 AD realms) where successful user authentication would still cause an INFO message to be written to the log for every request. Now that message is suppressed, but a WARN message is added _if-and-only-if_ the user cannot be authenticated by any realm. This is implemented via a new value stored in the ThreadContext that the AuthenticationService choses to log (or not log) depending on the result of the authenticate process. Closes: elastic/x-pack-elasticsearch#887 Original commit: elastic/x-pack-elasticsearch@b81b363729 |
||
---|---|---|
.. | ||
src | ||
build.gradle |