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

neil_a_wilson
15.40.2006 6b7027bb28c10ddf23e00def117d352b736ffe4d
refs
author neil_a_wilson <neil_a_wilson@localhost>
Friday, September 15, 2006 20:40 +0200
committer neil_a_wilson <neil_a_wilson@localhost>
Friday, September 15, 2006 20:40 +0200
commit6b7027bb28c10ddf23e00def117d352b736ffe4d
tree 4a0821e85ec809a24abc2923fdafe0ae281f2340 tree | zip | gz
parent 9e622f9e77404c3caf6c943f460b2abdb466ea74 view | diff
Update many of the command-line tools to make them more suitable for using
programatically. This includes adding an option to bypass the Directory Server
initialization (which is necessary if the server is already running in the same
JVM as the tool), as well as making it possible to redefine standard output and
standard error (e.g., so that the output can be parsed or discarded).

This also includes a SASL PLAIN test case that makes use of the LDAPSearch tool
to verify that PLAIN authentication works over LDAP as well as through the
internal interfaces.

OpenDS Issue Numbers: 652, 653
1 files added
7 files modified
925 ■■■■ changed files
opends/src/server/org/opends/server/tools/LDAPCompare.java 136 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/LDAPConnection.java 40 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/LDAPDelete.java 125 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/LDAPModify.java 164 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/LDAPSearch.java 185 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/StopDS.java 94 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/types/NullOutputStream.java 152 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/extensions/PlainSASLMechanismHandlerTestCase.java 29 ●●●●● diff | view | raw | blame | history