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