ldapmodify revision 1194
325N/A#!/bin/sh
325N/A#
325N/A# CDDL HEADER START
325N/A#
325N/A# The contents of this file are subject to the terms of the
325N/A# Common Development and Distribution License, Version 1.0 only
325N/A# (the "License"). You may not use this file except in compliance
325N/A# with the License.
325N/A#
325N/A# You can obtain a copy of the license at
325N/A# trunk/opends/resource/legal-notices/OpenDS.LICENSE
325N/A# or https://OpenDS.dev.java.net/OpenDS.LICENSE.
325N/A# See the License for the specific language governing permissions
325N/A# and limitations under the License.
325N/A#
325N/A# When distributing Covered Code, include this CDDL HEADER in each
325N/A# file and include the License file at
325N/A# trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
325N/A# add the following below this CDDL HEADER, with the fields enclosed
325N/A# by brackets "[]" replaced with your own identifying information:
325N/A# Portions Copyright [yyyy] [name of copyright owner]
325N/A#
325N/A# CDDL HEADER END
325N/A#
325N/A#
325N/A# Portions Copyright 2006-2007 Sun Microsystems, Inc.
325N/A
325N/A
325N/A# This script may be used to perform LDAP add, delete, modify, and modify DN
325N/A# operations.
325N/AOPENDS_INVOKE_CLASS="org.opends.server.tools.LDAPModify"
325N/Aexport OPENDS_INVOKE_CLASS
325N/A
325N/ASCRIPT_NAME_ARG="-Dorg.opends.server.scriptName=ldapmodify"
325N/Aexport SCRIPT_NAME_ARG
325N/A
325N/ASCRIPT_DIR=`dirname "${0}"`
325N/A"${SCRIPT_DIR}/../lib/_client-script.sh" "${@}"
325N/A