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