manage-account revision e75c2484bff064fbbf51e92aed4f37b08e6427b7
48N/A#!/bin/sh
48N/A#
48N/A# CDDL HEADER START
48N/A#
750N/A# The contents of this file are subject to the terms of the
750N/A# Common Development and Distribution License, Version 1.0 only
48N/A# (the "License"). You may not use this file except in compliance
48N/A# with the License.
48N/A#
48N/A# You can obtain a copy of the license at
48N/A# trunk/opends/resource/legal-notices/OpenDS.LICENSE
48N/A# or https://OpenDS.dev.java.net/OpenDS.LICENSE.
48N/A# See the License for the specific language governing permissions
48N/A# and limitations under the License.
48N/A#
48N/A# When distributing Covered Code, include this CDDL HEADER in each
48N/A# file and include the License file at
48N/A# trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
48N/A# add the following below this CDDL HEADER, with the fields enclosed
48N/A# by brackets "[]" replaced with your own identifying information:
48N/A# Portions Copyright [yyyy] [name of copyright owner]
48N/A#
48N/A# CDDL HEADER END
48N/A#
48N/A#
48N/A# Copyright 2006-2008 Sun Microsystems, Inc.
48N/A# Portions Copyright 2011 ForgeRock AS
48N/A
48N/A
48N/A# This script may be used to perform LDAP search operations.
48N/AOPENDJ_INVOKE_CLASS="org.opends.server.tools.ManageAccount"
48N/Aexport OPENDJ_INVOKE_CLASS
851N/A
48N/ASCRIPT_NAME="manage-account"
48N/Aexport SCRIPT_NAME
70N/A
493N/ASCRIPT_DIR=`dirname "${0}"`
48N/A"${SCRIPT_DIR}/../lib/_client-script.sh" "${@}"
48N/A