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