ldifmodify revision 266c5071a91fda6a5159b08ea8d45261228d03d5
a716fab76e2bc0af23270766868cb0a50fae5af9Alex Valavanis# CDDL HEADER START
a716fab76e2bc0af23270766868cb0a50fae5af9Alex Valavanis# The contents of this file are subject to the terms of the
a716fab76e2bc0af23270766868cb0a50fae5af9Alex Valavanis# Common Development and Distribution License, Version 1.0 only
a716fab76e2bc0af23270766868cb0a50fae5af9Alex Valavanis# (the "License"). You may not use this file except in compliance
a716fab76e2bc0af23270766868cb0a50fae5af9Alex Valavanis# with the License.
a716fab76e2bc0af23270766868cb0a50fae5af9Alex Valavanis# You can obtain a copy of the license at
a716fab76e2bc0af23270766868cb0a50fae5af9Alex Valavanis# trunk/opends/resource/legal-notices/OpenDS.LICENSE
a716fab76e2bc0af23270766868cb0a50fae5af9Alex Valavanis# or https://OpenDS.dev.java.net/OpenDS.LICENSE.
a716fab76e2bc0af23270766868cb0a50fae5af9Alex Valavanis# See the License for the specific language governing permissions
a716fab76e2bc0af23270766868cb0a50fae5af9Alex Valavanis# and limitations under the License.
a716fab76e2bc0af23270766868cb0a50fae5af9Alex Valavanis# When distributing Covered Code, include this CDDL HEADER in each
a716fab76e2bc0af23270766868cb0a50fae5af9Alex Valavanis# file and include the License file at
a716fab76e2bc0af23270766868cb0a50fae5af9Alex Valavanis# trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
a716fab76e2bc0af23270766868cb0a50fae5af9Alex Valavanis# add the following below this CDDL HEADER, with the fields enclosed
a716fab76e2bc0af23270766868cb0a50fae5af9Alex Valavanis# by brackets "[]" replaced with your own identifying * information:
a716fab76e2bc0af23270766868cb0a50fae5af9Alex Valavanis# Portions Copyright [yyyy] [name of copyright owner]
a716fab76e2bc0af23270766868cb0a50fae5af9Alex Valavanis# CDDL HEADER END
a716fab76e2bc0af23270766868cb0a50fae5af9Alex Valavanis# Portions Copyright 2006 Sun Microsystems, Inc.
a716fab76e2bc0af23270766868cb0a50fae5af9Alex Valavanis# This script may be used to alter the contents of an LDIF file.
a716fab76e2bc0af23270766868cb0a50fae5af9Alex ValavanisOPENDS_INVOKE_CLASS="org.opends.server.tools.LDIFModify"
a716fab76e2bc0af23270766868cb0a50fae5af9Alex ValavanisSCRIPT_NAME_ARG="-Dorg.opends.server.scriptName=ldifmodify"
a716fab76e2bc0af23270766868cb0a50fae5af9Alex Valavanis"${SCRIPT_DIR}/_server-script.sh" "${@}"