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