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

neil_a_wilson
07.35.2006 931dbfe08cd94960728174b822369fde927da257
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
commit931dbfe08cd94960728174b822369fde927da257
tree 29cc002cc94d0a384676caa2c001e7546432f1b7 tree | zip | gz
parent 949a7f32c5c94a53fa8fd70f8ab0cb7a5e157d50 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
opends/resource/bin/ldifmodify.bat 54 ●●●●● diff | view | raw | blame | history
opends/resource/bin/ldifmodify.sh 74 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/config/ConfigConstants.java 9 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/config/ConfigFileHandler.java 128 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/messages/ConfigMessages.java 40 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/messages/CoreMessages.java 108 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/messages/ToolMessages.java 326 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/LDIFModify.java 654 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/types/Entry.java 241 ●●●●● diff | view | raw | blame | history