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