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

neil_a_wilson
15.50.2006 3beceb095561bff52b4fb6bf3bb7bb7a2d9e079f
refs
author neil_a_wilson <neil_a_wilson@localhost>
Wednesday, November 15, 2006 20:50 +0100
committer neil_a_wilson <neil_a_wilson@localhost>
Wednesday, November 15, 2006 20:50 +0100
commit3beceb095561bff52b4fb6bf3bb7bb7a2d9e079f
tree 991b4b0c7c585281031f870f016800f310a51d28 tree | zip | gz
parent 49d9483e3d0a4544c4798d67863a484df0e867ed view | diff
Update the LDAPSearch, LDAPModify, LDAPCompare, and LDAPDelete tools to rename
the "--controls" argument to "--control", since each instance only allows the
user to specify information about a single control. Issue #1009.

Update the LDAPSearch, LDAPModify, LDAPCompare, and LDAPDelete tools to allow
multiple instances of the "-J"/"--control" argument to specify multiple
arbitrary controls. Issue #1010.
7 files modified
190 ■■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/tools/LDAPCompare.java 25 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/tools/LDAPDelete.java 26 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/tools/LDAPModify.java 25 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/tools/LDAPSearch.java 24 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/tools/LDAPDeleteTestCase.java 28 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/tools/LDAPModifyTestCase.java 32 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/tools/LDAPSearchTestCase.java 30 ●●●●● diff | view | raw | blame | history