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