ldapdelete revision 266c5071a91fda6a5159b08ea8d45261228d03d5
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# Portions Copyright 2006 Sun Microsystems, Inc.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# This script may be used to perform LDAP delete operations.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteOPENDS_INVOKE_CLASS="org.opends.server.tools.LDAPDelete"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteSCRIPT_NAME_ARG="-Dorg.opends.server.scriptName=ldapdelete"
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte"${SCRIPT_DIR}/_client-script.sh" "${@}"