ldapcompare revision 27f8adec83293fb8bd3bfa37175322b0ee3bb933
299N/A#!/bin/sh
299N/A#
299N/A# CDDL HEADER START
299N/A#
911N/A# The contents of this file are subject to the terms of the
851N/A# Common Development and Distribution License, Version 1.0 only
299N/A# (the "License"). You may not use this file except in compliance
299N/A# with the License.
299N/A#
299N/A# You can obtain a copy of the license at
299N/A# trunk/opends/resource/legal-notices/OpenDS.LICENSE
299N/A# or https://OpenDS.dev.java.net/OpenDS.LICENSE.
299N/A# See the License for the specific language governing permissions
299N/A# and limitations under the License.
299N/A#
299N/A# When distributing Covered Code, include this CDDL HEADER in each
299N/A# file and include the License file at
299N/A# trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
299N/A# add the following below this CDDL HEADER, with the fields enclosed
299N/A# by brackets "[]" replaced with your own identifying information:
299N/A# Portions Copyright [yyyy] [name of copyright owner]
299N/A#
299N/A# CDDL HEADER END
299N/A#
299N/A#
299N/A# Portions Copyright 2006-2007 Sun Microsystems, Inc.
299N/A
299N/A
299N/A# This script may be used to perform LDAP compare operations.
299N/AOPENDS_INVOKE_CLASS="org.opends.server.tools.LDAPCompare"
299N/Aexport OPENDS_INVOKE_CLASS
299N/A
299N/ASCRIPT_NAME="ldapcompare"
299N/Aexport SCRIPT_NAME
299N/A
493N/ASCRIPT_DIR=`dirname "${0}"`
299N/A"${SCRIPT_DIR}/../lib/_client-script.sh" "${@}"
299N/A