ldapmodify revision b1dce270ec218b8ad86ce6d745d295da038a5c88
2654012f83cec5dc15b61dfe3e4a4915f186e7a6Reza Sabdar#!/bin/sh
2654012f83cec5dc15b61dfe3e4a4915f186e7a6Reza Sabdar#
2654012f83cec5dc15b61dfe3e4a4915f186e7a6Reza Sabdar# CDDL HEADER START
2654012f83cec5dc15b61dfe3e4a4915f186e7a6Reza Sabdar#
2654012f83cec5dc15b61dfe3e4a4915f186e7a6Reza Sabdar# The contents of this file are subject to the terms of the
2654012f83cec5dc15b61dfe3e4a4915f186e7a6Reza Sabdar# Common Development and Distribution License, Version 1.0 only
2654012f83cec5dc15b61dfe3e4a4915f186e7a6Reza Sabdar# (the "License"). You may not use this file except in compliance
2654012f83cec5dc15b61dfe3e4a4915f186e7a6Reza Sabdar# with the License.
2654012f83cec5dc15b61dfe3e4a4915f186e7a6Reza Sabdar#
2654012f83cec5dc15b61dfe3e4a4915f186e7a6Reza Sabdar# You can obtain a copy of the license at legal-notices/CDDLv1_0.txt
2654012f83cec5dc15b61dfe3e4a4915f186e7a6Reza Sabdar# or http://forgerock.org/license/CDDLv1.0.html.
2654012f83cec5dc15b61dfe3e4a4915f186e7a6Reza Sabdar# See the License for the specific language governing permissions
2654012f83cec5dc15b61dfe3e4a4915f186e7a6Reza Sabdar# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at legal-notices/CDDLv1_0.txt.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information:
# Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#
# Copyright 2006-2008 Sun Microsystems, Inc.
# Portions Copyright 2011 ForgeRock AS
# This script may be used to perform LDAP add, delete, modify, and modify DN
# operations.
OPENDJ_INVOKE_CLASS="org.opends.server.tools.LDAPModify"
export OPENDJ_INVOKE_CLASS
SCRIPT_NAME="ldapmodify"
export SCRIPT_NAME
SCRIPT_DIR=`dirname "${0}"`
"${SCRIPT_DIR}/../lib/_client-script.sh" "${@}"