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

neil_a_wilson
07.35.2006 f37f462c314da4e3e05ee893e285b8055d923f74
refs
author neil_a_wilson <neil_a_wilson@localhost>
Thursday, September 7, 2006 21:35 +0200
committer neil_a_wilson <neil_a_wilson@localhost>
Thursday, September 7, 2006 21:35 +0200
commitf37f462c314da4e3e05ee893e285b8055d923f74
tree cc21657b041454e808028bedb1198f870d8abf51 tree | zip | gz
parent d2276fb43a3d15409a8a0c55246f81bd0080a55e view | diff
Add a new ldifmodify tool that works like ldapmodify except that it alters data
in an LDIF file rather than over LDAP. There are some limitations, including:

- Modify DN operations are not supported
- Operations that would attempt to delete or alter an entry after adding it

Also, this capability has been integrated into the Directory Server startup
process so that it is now possible to have a config/config-changes.ldif that
will automatically be applied to the config/config.ldif file before it gets
processed by the server. This makes it easy to make configuration changes with
the server offline without directly altering the configuration file, and can be
used to make changes to the configuration needed for running test cases.

OpenDS Issue Numbers: 622, 623
3 files added
6 files modified
1634 ■■■■■ changed files
opendj-sdk/opends/resource/bin/ldifmodify.bat 54 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/resource/bin/ldifmodify.sh 74 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/config/ConfigConstants.java 9 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/config/ConfigFileHandler.java 128 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/messages/ConfigMessages.java 40 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/messages/CoreMessages.java 108 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/messages/ToolMessages.java 326 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/tools/LDIFModify.java 654 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/types/Entry.java 241 ●●●●● diff | view | raw | blame | history