ldifmodify revision 266c5071a91fda6a5159b08ea8d45261228d03d5
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan#!/bin/sh
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan#
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan# CDDL HEADER START
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan#
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan# The contents of this file are subject to the terms of the
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan# Common Development and Distribution License, Version 1.0 only
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan# (the "License"). You may not use this file except in compliance
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan# with the License.
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan#
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan# You can obtain a copy of the license at
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan# trunk/opends/resource/legal-notices/OpenDS.LICENSE
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan# or https://OpenDS.dev.java.net/OpenDS.LICENSE.
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan# See the License for the specific language governing permissions
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan# and limitations under the License.
923784d59ac065eee98b208dfacda6fbc24c71d6Jake Feasel#
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan# When distributing Covered Code, include this CDDL HEADER in each
4eb529f0471672590d77cf89ef23987ba2c95ff4Laszlo Hordos# file and include the License file at
4eb529f0471672590d77cf89ef23987ba2c95ff4Laszlo Hordos# trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan# add the following below this CDDL HEADER, with the fields enclosed
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan# by brackets "[]" replaced with your own identifying * information:
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan# Portions Copyright [yyyy] [name of copyright owner]
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan#
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan# CDDL HEADER END
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan#
7c64421614d420f1951773af3ce6a6111cef84b2Jake Feasel#
7c64421614d420f1951773af3ce6a6111cef84b2Jake Feasel# Portions Copyright 2006 Sun Microsystems, Inc.
7c64421614d420f1951773af3ce6a6111cef84b2Jake Feasel
7c64421614d420f1951773af3ce6a6111cef84b2Jake Feasel
b564baaca75789be41eba24bb96e31f3ce5b10eeJake Feasel# This script may be used to alter the contents of an LDIF file.
7c64421614d420f1951773af3ce6a6111cef84b2Jake FeaselOPENDS_INVOKE_CLASS="org.opends.server.tools.LDIFModify"
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryanexport OPENDS_INVOKE_CLASS
54f30b716553d88ea9ebb010037f4c74eb1d69acPaul Bryan
1965c5d21403c3d66eb1efa29c670378311b1077Paul BryanSCRIPT_NAME_ARG="-Dorg.opends.server.scriptName=ldifmodify"
e5c203467ee4398ae81a6adb63da7477451b2e77Laszlo Hordosexport SCRIPT_NAME_ARG
e5c203467ee4398ae81a6adb63da7477451b2e77Laszlo Hordos
8166b048bd3e2106dbdeaa1a2b8a728952d788f4Laszlo HordosSCRIPT_DIR=`dirname "${0}"`
8166b048bd3e2106dbdeaa1a2b8a728952d788f4Laszlo Hordos"${SCRIPT_DIR}/_server-script.sh" "${@}"
660a40ad15749d74efa0dd4ef12cb8781c570e22Laszlo Hordos