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