ldapmodify revision 0f8553e2af5fc49a510ecfcfc93e66d06713f631
38dc50ae00a1ea57fa41500d74f4e818747e3cefpquerna#!/bin/sh
7d5ac94fda90b837211dadf2585c0fe8c5dc3e5djerenkrantz#
c330021bf3f45cbf187fa644781e67f7e470a58awrowe# CDDL HEADER START
ecf8d72af432e53e4c0661fb99dfda8061507bfajerenkrantz#
62f7716b14b71603a8004434ca3536902bfb8899wrowe# The contents of this file are subject to the terms of the
366616a5cc6212cbf7134ccf877f965d668c6b04wrowe# Common Development and Distribution License, Version 1.0 only
366616a5cc6212cbf7134ccf877f965d668c6b04wrowe# (the "License"). You may not use this file except in compliance
366616a5cc6212cbf7134ccf877f965d668c6b04wrowe# with the License.
366616a5cc6212cbf7134ccf877f965d668c6b04wrowe#
366616a5cc6212cbf7134ccf877f965d668c6b04wrowe# You can obtain a copy of the license at
366616a5cc6212cbf7134ccf877f965d668c6b04wrowe# trunk/opends/resource/legal-notices/OpenDS.LICENSE
366616a5cc6212cbf7134ccf877f965d668c6b04wrowe# or https://OpenDS.dev.java.net/OpenDS.LICENSE.
366616a5cc6212cbf7134ccf877f965d668c6b04wrowe# See the License for the specific language governing permissions
366616a5cc6212cbf7134ccf877f965d668c6b04wrowe# and limitations under the License.
366616a5cc6212cbf7134ccf877f965d668c6b04wrowe#
366616a5cc6212cbf7134ccf877f965d668c6b04wrowe# When distributing Covered Code, include this CDDL HEADER in each
366616a5cc6212cbf7134ccf877f965d668c6b04wrowe# file and include the License file at
366616a5cc6212cbf7134ccf877f965d668c6b04wrowe# trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
366616a5cc6212cbf7134ccf877f965d668c6b04wrowe# add the following below this CDDL HEADER, with the fields enclosed
366616a5cc6212cbf7134ccf877f965d668c6b04wrowe# by brackets "[]" replaced with your own identifying information:
366616a5cc6212cbf7134ccf877f965d668c6b04wrowe# Portions Copyright [yyyy] [name of copyright owner]
38dc50ae00a1ea57fa41500d74f4e818747e3cefpquerna#
366616a5cc6212cbf7134ccf877f965d668c6b04wrowe# CDDL HEADER END
ecf8d72af432e53e4c0661fb99dfda8061507bfajerenkrantz#
ecf8d72af432e53e4c0661fb99dfda8061507bfajerenkrantz#
80464b326874ee15d74742ae39708ec3f2eae1d7wrowe# Copyright 2006-2008 Sun Microsystems, Inc.
80464b326874ee15d74742ae39708ec3f2eae1d7wrowe# Portions Copyright 2011 ForgeRock AS
38dc50ae00a1ea57fa41500d74f4e818747e3cefpquerna
53e66a2931d02e84628ba946055cc92e56b43db8wrowe
53e66a2931d02e84628ba946055cc92e56b43db8wrowe# This script may be used to perform LDAP add, delete, modify, and modify DN
53e66a2931d02e84628ba946055cc92e56b43db8wrowe# operations.
cd365a1ad6798c1faef19b445c00ae97eb94a234pquernaOPENDJ_INVOKE_CLASS="org.opends.server.tools.LDAPModify"
6507aa1a5709a9122f2e0b9be8bb9bd6d78715c3pquernaexport OPENDJ_INVOKE_CLASS
6507aa1a5709a9122f2e0b9be8bb9bd6d78715c3pquerna
b6c98ce4a43f123af0a691fd7b833efcf0ce1d6apquernaSCRIPT_NAME="ldapmodify"
af4c982a7cf4515f124935f99a329744035fc699sliveexport SCRIPT_NAME
f610c7c704235bc327dbe9b62982f5b3f8e30a77wrowe
f610c7c704235bc327dbe9b62982f5b3f8e30a77wroweSCRIPT_DIR=`dirname "${0}"`
9e86ff266f053757dd96dab7cf4bc53aaaaa583ewrowe"${SCRIPT_DIR}/../lib/_client-script.sh" "${@}"
d96ee8cda2799e1f2743c1603adeb4833ed0e15fslive