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