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