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

neil_a_wilson
14.32.2007 9f0eb1a26745e51dc39184882d542583ba4ab7e5
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
commit9f0eb1a26745e51dc39184882d542583ba4ab7e5
tree 77f50fe53017d7258d76cc8ef2b790d0e0c88cb6 tree | zip | gz
parent 9eb4e7cc27b14c99ac2ee9f3df672533959a95d9 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
opends/src/server/org/opends/server/messages/ToolMessages.java 64 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/protocols/ldap/LDAPException.java 121 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/LDAPAuthenticationHandler.java 81 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/LDAPCompare.java 23 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/LDAPConnection.java 30 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/LDAPConnectionException.java 115 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/LDAPDelete.java 23 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/LDAPModify.java 33 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/LDAPPasswordModify.java 2 ●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/LDAPSearch.java 21 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/LDAPToolUtils.java 43 ●●●●● diff | view | raw | blame | history