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