ldifsearch revision 62069b4ff68d4488c2ea132e6f9e9cb64725292a
b3ae710c251d0ce5cf2cef63208e325497b5e323Zbigniew Jędrzejewski-Szmek# CDDL HEADER START
f957632b960a0a42999b38ded7089fa602b41745Kay Sievers# The contents of this file are subject to the terms of the
f957632b960a0a42999b38ded7089fa602b41745Kay Sievers# Common Development and Distribution License, Version 1.0 only
f957632b960a0a42999b38ded7089fa602b41745Kay Sievers# (the "License"). You may not use this file except in compliance
f957632b960a0a42999b38ded7089fa602b41745Kay Sievers# with the License.
d19e85f0d474ed1882561b458d528cbae49f640eZbigniew Jędrzejewski-Szmek# You can obtain a copy of the license at
d19e85f0d474ed1882561b458d528cbae49f640eZbigniew Jędrzejewski-Szmek# trunk/opends/resource/legal-notices/OpenDS.LICENSE
d19e85f0d474ed1882561b458d528cbae49f640eZbigniew Jędrzejewski-Szmek# or https://OpenDS.dev.java.net/OpenDS.LICENSE.
d19e85f0d474ed1882561b458d528cbae49f640eZbigniew Jędrzejewski-Szmek# See the License for the specific language governing permissions
d19e85f0d474ed1882561b458d528cbae49f640eZbigniew Jędrzejewski-Szmek# and limitations under the License.
3e495a6651609d0a45b62aab5c3ed5a3b40e11abZbigniew Jędrzejewski-Szmek# When distributing Covered Code, include this CDDL HEADER in each
3e495a6651609d0a45b62aab5c3ed5a3b40e11abZbigniew Jędrzejewski-Szmek# file and include the License file at
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering# trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
f85857df75cfedbc0d10b8ca2400188dc8f4c22eLennart Poettering# add the following below this CDDL HEADER, with the fields enclosed
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering# by brackets "[]" replaced with your own identifying * information:
bafb15bab99887d1b6b8a35136531bac6c3876a6Lennart Poettering# Portions Copyright [yyyy] [name of copyright owner]
e7b4d43ec3d5eb0099a3978f98a46f3c15443b23Lennart Poettering# CDDL HEADER END
83a1ff25e5228b0a5b2cc942fd4f964d10bb73b0Zbigniew Jędrzejewski-Szmek# Portions Copyright 2006-2007 Sun Microsystems, Inc.
83a1ff25e5228b0a5b2cc942fd4f964d10bb73b0Zbigniew Jędrzejewski-Szmek# This script may be used to perform searches in an LDIF file.
83a1ff25e5228b0a5b2cc942fd4f964d10bb73b0Zbigniew Jędrzejewski-SzmekOPENDS_INVOKE_CLASS="org.opends.server.tools.LDIFSearch"
d4b47aa30b45aa933bdf76e8dc9da01caa11e046David HerrmannSCRIPT_NAME_ARG="-Dorg.opends.server.scriptName=ldifsearch"
124f2f9b6f66db00942b5882d68aa8fa8857865eLennart Poettering"${SCRIPT_DIR}/_server-script.sh" "${@}"