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

neil_a_wilson
05.56.2007 8aaa16f43f88550cbe7a8a2ddad12a917e845488
refs
author neil_a_wilson <neil_a_wilson@localhost>
Thursday, July 5, 2007 07:56 +0200
committer neil_a_wilson <neil_a_wilson@localhost>
Thursday, July 5, 2007 07:56 +0200
commit8aaa16f43f88550cbe7a8a2ddad12a917e845488
tree fd887bceceff1d3f178dd74ee673d581dc022aa8 tree | zip | gz
parent 1e5c649addb35d8faea899692f823f57320b4a8e view | diff
Update the server processing for the LDAP no-op control so that it uses a
nonzero result code. For now, we're using a result code of 16654 (0x410e,
which is what OpenLDAP uses). If a new specification is released with an
official OID and result code, then we'll use them.

OpenDS Issue Number: 577
9 files modified
142 ■■■■■ changed files
opends/src/server/org/opends/server/core/ModifyDNOperation.java 8 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/extensions/PasswordModifyExtendedOperation.java 3 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/messages/CoreMessages.java 30 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/protocols/ldap/LDAPResultCode.java 18 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/types/ResultCode.java 16 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/workflowelement/localbackend/LocalBackendWorkflowElement.java 23 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/tools/LDAPDeleteTestCase.java 7 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/tools/LDAPModifyTestCase.java 25 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/tools/LDAPPasswordModifyTestCase.java 12 ●●●●● diff | view | raw | blame | history