manage-account revision 0f8553e2af5fc49a510ecfcfc93e66d06713f631
4d237bbe075b1d2c19428cd954d721d65b31f67cwrowe#!/bin/sh
bf52162f2d05c1fb1a107c7ef108de73f739b3edpquerna#
bf52162f2d05c1fb1a107c7ef108de73f739b3edpquerna# CDDL HEADER START
bf52162f2d05c1fb1a107c7ef108de73f739b3edpquerna#
86bb763be5d87c295c8844d30078da2ddb964f73rpluem# The contents of this file are subject to the terms of the
86bb763be5d87c295c8844d30078da2ddb964f73rpluem# Common Development and Distribution License, Version 1.0 only
ba217dc41cebc0976010ee177f8fedac782d1f6fminfrin# (the "License"). You may not use this file except in compliance
ba217dc41cebc0976010ee177f8fedac782d1f6fminfrin# with the License.
86bb763be5d87c295c8844d30078da2ddb964f73rpluem#
86bb763be5d87c295c8844d30078da2ddb964f73rpluem# You can obtain a copy of the license at
ba217dc41cebc0976010ee177f8fedac782d1f6fminfrin# trunk/opends/resource/legal-notices/OpenDS.LICENSE
a50db00c3663c2a0d3531965c64d995516b06288niq# or https://OpenDS.dev.java.net/OpenDS.LICENSE.
a50db00c3663c2a0d3531965c64d995516b06288niq# See the License for the specific language governing permissions
a50db00c3663c2a0d3531965c64d995516b06288niq# and limitations under the License.
ea6ff3396df1d6d43ee0ecfa3e26ada981d8e9a3sctemme#
ea6ff3396df1d6d43ee0ecfa3e26ada981d8e9a3sctemme# When distributing Covered Code, include this CDDL HEADER in each
8a0c75e992cc657a98317e78374b800d16963cfatrawick# file and include the License file at
ba217dc41cebc0976010ee177f8fedac782d1f6fminfrin# trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
ab1b172430f2d4e1b222b541bb8c1d431c1a7bc7sf# add the following below this CDDL HEADER, with the fields enclosed
8315a125b56710a222167e4d65b96c3c891f4b25sf# by brackets "[]" replaced with your own identifying information:
8315a125b56710a222167e4d65b96c3c891f4b25sf# Portions Copyright [yyyy] [name of copyright owner]
ab1b172430f2d4e1b222b541bb8c1d431c1a7bc7sf#
3f985866b9b5b49fb57735b5eb135591163f30dfsf# CDDL HEADER END
3f985866b9b5b49fb57735b5eb135591163f30dfsf#
7f51e5c395d431b8c20226f77de28efe13272bfasf#
7f51e5c395d431b8c20226f77de28efe13272bfasf# Copyright 2006-2008 Sun Microsystems, Inc.
7f51e5c395d431b8c20226f77de28efe13272bfasf# Portions Copyright 2011 ForgeRock AS
7f51e5c395d431b8c20226f77de28efe13272bfasf
17d64c884a44f5ca72f6901afd3e50991bfc1c63sf
17d64c884a44f5ca72f6901afd3e50991bfc1c63sf# This script may be used to perform LDAP search operations.
17d64c884a44f5ca72f6901afd3e50991bfc1c63sfOPENDJ_INVOKE_CLASS="org.opends.server.tools.ManageAccount"
a6e4caaa97e433cc2ef78d957bc32756d9c49f79sfexport OPENDJ_INVOKE_CLASS
a6e4caaa97e433cc2ef78d957bc32756d9c49f79sf
a6e4caaa97e433cc2ef78d957bc32756d9c49f79sfSCRIPT_NAME="manage-account"
a6e4caaa97e433cc2ef78d957bc32756d9c49f79sfexport SCRIPT_NAME
68686064650b23222461014a11558593de194bbctrawick
304903af1cf77cbdfa07e8a6482f35f3d9d7b0f3sfSCRIPT_DIR=`dirname "${0}"`
304903af1cf77cbdfa07e8a6482f35f3d9d7b0f3sf"${SCRIPT_DIR}/../lib/_client-script.sh" "${@}"
a6e4caaa97e433cc2ef78d957bc32756d9c49f79sf