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

neil_a_wilson
30.05.2007 dd80dce4110fec321d23d7536dba069d10bd7014
refs
author neil_a_wilson <neil_a_wilson@localhost>
Monday, July 30, 2007 03:05 +0200
committer neil_a_wilson <neil_a_wilson@localhost>
Monday, July 30, 2007 03:05 +0200
commitdd80dce4110fec321d23d7536dba069d10bd7014
tree 58f81f783b413b45e708969c3870c5f0edb1fdc3 tree | zip | gz
parent fe10ac8a380a9a349bbe26794263501611918e69 view | diff
Provide a configuration option that makes it possible for the administrator to
control whether responses to failed bind operations include an error message
that explains the problem. By default, failed bind operations will return a
response that indicates the operation failed, but will not include any error
message (although it will be written to the access log). However, if the
administrator decides that the benefit of providing this information to the
client outweighs any potential security risk, then this option may be used to
include that message in the response to the client as well as having it written
to the access log.

OpenDS Issue Number: 1787
8 files modified
160 ■■■■■ changed files
opends/resource/config/config.ldif 1 ●●●● diff | view | raw | blame | history
opends/resource/schema/02-config.ldif 7 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/GlobalConfiguration.xml 26 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/BindOperationBasis.java 17 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/BindOperationWrapper.java 9 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/CoreConfigManager.java 3 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/DirectoryServer.java 33 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/core/BindOperationTestCase.java 64 ●●●●● diff | view | raw | blame | history