mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Jean-Noel Rouvignac
07.03.2013 f16d33699529bfa344ffaccb0663483f588a9394
refs
author Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Thursday, March 7, 2013 13:03 +0100
committer Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Thursday, March 7, 2013 13:03 +0100
commitf16d33699529bfa344ffaccb0663483f588a9394
tree c845b4bc39787b3b6a2295ff5c10a8b15e8f862a tree | zip | gz
parent cd40526ed6b76d37f853263edd6697a56b16de79 view | diff
OPENDJ-655 Message about authentication failures should contain identification of the user for easier analysis. 

Removed the bindDN from several error messages, covering simple bind and SASL bind.

core*.properties:
Updated relevant error messages + the places where they are used in the java code.

TextAccessLogPublisher.java:
In logBindResponse(), log the bindDN and SASL saslAuthUserDN if SASL is used.
12 files modified
254 ■■■■■ changed files
opends/src/messages/messages/core.properties 34 ●●●● diff | view | raw | blame | history
opends/src/messages/messages/core_de.properties 24 ●●●● diff | view | raw | blame | history
opends/src/messages/messages/core_es.properties 24 ●●●● diff | view | raw | blame | history
opends/src/messages/messages/core_fr.properties 24 ●●●● diff | view | raw | blame | history
opends/src/messages/messages/core_ja.properties 13 ●●●●● diff | view | raw | blame | history
opends/src/messages/messages/core_ko.properties 12 ●●●●● diff | view | raw | blame | history
opends/src/messages/messages/core_zh_CN.properties 13 ●●●●● diff | view | raw | blame | history
opends/src/messages/messages/core_zh_TW.properties 13 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/BindOperationBasis.java 3 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/extensions/PlainSASLMechanismHandler.java 16 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/loggers/TextAccessLogPublisher.java 41 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/workflowelement/localbackend/LocalBackendBindOperation.java 37 ●●●●● diff | view | raw | blame | history