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

neil_a_wilson
14.32.2007 9fa685b307a7b87980ea96803b23c6cecff1e067
refs
author neil_a_wilson <neil_a_wilson@localhost>
Wednesday, March 14, 2007 21:32 +0100
committer neil_a_wilson <neil_a_wilson@localhost>
Wednesday, March 14, 2007 21:32 +0100
commit9fa685b307a7b87980ea96803b23c6cecff1e067
tree 38627a40e6a34820d3f3b7f5096aec1c1648a6c2 tree | zip | gz
parent d43280075fcbb93992d7316a06be022fd7874b8c view | diff
Update the LDAP client tools so that they provide error messages in a more
readable format. They can now generate up to four lines of output in the
following order:

- A client-side explanation of the problem (if one is available)
- The numeric and string representations of the result code (if not SUCCESS)
- The server-provided error message /additional info (if present)
- The server-provided matched DN (if present)

OpenDS Issue Number: 1356
11 files modified
556 ■■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/messages/ToolMessages.java 64 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/protocols/ldap/LDAPException.java 121 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/tools/LDAPAuthenticationHandler.java 81 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/tools/LDAPCompare.java 23 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/tools/LDAPConnection.java 30 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/tools/LDAPConnectionException.java 115 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/tools/LDAPDelete.java 23 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/tools/LDAPModify.java 33 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/tools/LDAPPasswordModify.java 2 ●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/tools/LDAPSearch.java 21 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/tools/LDAPToolUtils.java 43 ●●●●● diff | view | raw | blame | history