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