Cross Reference: /forgerock/opendj2-hg/resource/bin/ldapsearch
ldapsearch revision 536
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
486N/A#!/bin/sh
486N/A#
486N/A# CDDL HEADER START
486N/A#
486N/A# The contents of this file are subject to the terms of the
486N/A# Common Development and Distribution License, Version 1.0 only
486N/A# (the "License"). You may not use this file except in compliance
486N/A# with the License.
486N/A#
486N/A# You can obtain a copy of the license at
486N/A# trunk/opends/resource/legal-notices/OpenDS.LICENSE
486N/A# or https://OpenDS.dev.java.net/OpenDS.LICENSE.
486N/A# See the License for the specific language governing permissions
486N/A# and limitations under the License.
486N/A#
486N/A# When distributing Covered Code, include this CDDL HEADER in each
486N/A# file and include the License file at
486N/A# trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
486N/A# add the following below this CDDL HEADER, with the fields enclosed
486N/A# by brackets "[]" replaced with your own identifying * information:
486N/A# Portions Copyright [yyyy] [name of copyright owner]
486N/A#
486N/A# CDDL HEADER END
486N/A#
486N/A#
486N/A# Portions Copyright 2006 Sun Microsystems, Inc.
486N/A
486N/A
486N/A# This script may be used to perform LDAP search operations.
486N/AOPENDS_INVOKE_CLASS="org.opends.server.tools.LDAPSearch"
486N/Aexport OPENDS_INVOKE_CLASS
486N/A
536N/ASCRIPT_NAME_ARG="-Dorg.opends.server.scriptName=ldapsearch"
536N/Aexport SCRIPT_NAME_ARG
536N/A
486N/ASCRIPT_DIR=`dirname "${0}"`
486N/A"${SCRIPT_DIR}/_client-script.sh" "${@}"