dsconfig revision 0f8553e2af5fc49a510ecfcfc93e66d06713f631
b886b04d8d2b085cbf3e1bf4442dee87f43ba5e4Tinderbox User#!/bin/sh
6fe48fb46e53ffc37542853a1edb74cb481b7d94Automatic Updater#
c7ef13f6c9ef4436bc804b150e0a93307b11fa27Tinderbox User# CDDL HEADER START
c7ef13f6c9ef4436bc804b150e0a93307b11fa27Tinderbox User#
e9e4257668ff6c4e583b0c0db2508650b0b677b8Tinderbox User# The contents of this file are subject to the terms of the
e9e4257668ff6c4e583b0c0db2508650b0b677b8Tinderbox User# Common Development and Distribution License, Version 1.0 only
c57668a2fbbe558c1bd21652813616f2f517c469Tinderbox User# (the "License"). You may not use this file except in compliance
5e047890ac9b745db060d95f7d1b4f876511240dTinderbox User# with the License.
137fdbc214e99c4cbe57551e9e14f2015c2e42aeTinderbox User#
3349f0044fda807e1fd6681c833d3593a22dad86Tinderbox User# You can obtain a copy of the license at
bed0874e1a09e810575328c4bfc346a47514b69fMark Andrews# trunk/opends/resource/legal-notices/OpenDS.LICENSE
02b47c5d62e1e827743684c28a08e871da454a2dMark Andrews# or https://OpenDS.dev.java.net/OpenDS.LICENSE.
b886b04d8d2b085cbf3e1bf4442dee87f43ba5e4Tinderbox User# See the License for the specific language governing permissions
710bce1a85c96e85ca1a90471382055acd29d51fTinderbox User# and limitations under the License.
e20309353e6246485c521278131d3fced73d7957Tinderbox User#
e20309353e6246485c521278131d3fced73d7957Tinderbox User# When distributing Covered Code, include this CDDL HEADER in each
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews# file and include the License file at
6c910bd5e4a85a56e3a61fdf7b237a45bb2553eeTinderbox User# trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
3cc98b8ecedcbc8465f1cf2740b966b315662430Automatic Updater# add the following below this CDDL HEADER, with the fields enclosed
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews# by brackets "[]" replaced with your own identifying information:
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews# Portions Copyright [yyyy] [name of copyright owner]
e20309353e6246485c521278131d3fced73d7957Tinderbox User#
e20309353e6246485c521278131d3fced73d7957Tinderbox User# CDDL HEADER END
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews#
df4ebd8217d02dafc12145b55c4d93d0255d1ec7Tinderbox User#
efb0e886f18894a1d2489f1ad74ad14b579e11c7Mark Andrews# Copyright 2006-2008 Sun Microsystems, Inc.
f2770f6b39a9b2a98afb7a11ed105f73f1570c1eAutomatic Updater# Portions Copyright 2011 ForgeRock AS
91216cff91b34c9ff6e846dc23f248219cafe660Andreas Gustafsson
f2770f6b39a9b2a98afb7a11ed105f73f1570c1eAutomatic Updater
f2770f6b39a9b2a98afb7a11ed105f73f1570c1eAutomatic Updater# This script may be used to perform configuration operations on the server.
91216cff91b34c9ff6e846dc23f248219cafe660Andreas GustafssonOPENDJ_INVOKE_CLASS="org.opends.server.tools.dsconfig.DSConfig"
f2770f6b39a9b2a98afb7a11ed105f73f1570c1eAutomatic Updaterexport OPENDJ_INVOKE_CLASS
b886b04d8d2b085cbf3e1bf4442dee87f43ba5e4Tinderbox User
710bce1a85c96e85ca1a90471382055acd29d51fTinderbox UserSCRIPT_NAME="dsconfig"
aa9c561961e9d877946ebaa8795fa2be054ab7bfEvan Huntexport SCRIPT_NAME
e130ab53e992670e2a2ecf043976ac09f21358d1Automatic Updater
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic UpdaterSCRIPT_DIR=`dirname "${0}"`
aa9c561961e9d877946ebaa8795fa2be054ab7bfEvan Hunt"${SCRIPT_DIR}/../lib/_client-script.sh" "${@}"
9513a2a6670951f5cf5477fcfec9f933fcaff628Automatic Updater