make-ldif revision 1060
f6e214c7418f43af38bd8c3a557e3d0a1d311cfaGavin Maltby# CDDL HEADER START
f6e214c7418f43af38bd8c3a557e3d0a1d311cfaGavin Maltby# The contents of this file are subject to the terms of the
f6e214c7418f43af38bd8c3a557e3d0a1d311cfaGavin Maltby# Common Development and Distribution License, Version 1.0 only
f6e214c7418f43af38bd8c3a557e3d0a1d311cfaGavin Maltby# (the "License"). You may not use this file except in compliance
f6e214c7418f43af38bd8c3a557e3d0a1d311cfaGavin Maltby# with the License.
f6e214c7418f43af38bd8c3a557e3d0a1d311cfaGavin Maltby# You can obtain a copy of the license at
f6e214c7418f43af38bd8c3a557e3d0a1d311cfaGavin Maltby# trunk/opends/resource/legal-notices/OpenDS.LICENSE
f6e214c7418f43af38bd8c3a557e3d0a1d311cfaGavin Maltby# or https://OpenDS.dev.java.net/OpenDS.LICENSE.
f6e214c7418f43af38bd8c3a557e3d0a1d311cfaGavin Maltby# See the License for the specific language governing permissions
f6e214c7418f43af38bd8c3a557e3d0a1d311cfaGavin Maltby# and limitations under the License.
f6e214c7418f43af38bd8c3a557e3d0a1d311cfaGavin Maltby# When distributing Covered Code, include this CDDL HEADER in each
f6e214c7418f43af38bd8c3a557e3d0a1d311cfaGavin Maltby# file and include the License file at
f6e214c7418f43af38bd8c3a557e3d0a1d311cfaGavin Maltby# trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
f6e214c7418f43af38bd8c3a557e3d0a1d311cfaGavin Maltby# add the following below this CDDL HEADER, with the fields enclosed
f6e214c7418f43af38bd8c3a557e3d0a1d311cfaGavin Maltby# by brackets "[]" replaced with your own identifying information:
f6e214c7418f43af38bd8c3a557e3d0a1d311cfaGavin Maltby# Portions Copyright [yyyy] [name of copyright owner]
f6e214c7418f43af38bd8c3a557e3d0a1d311cfaGavin Maltby# CDDL HEADER END
f6e214c7418f43af38bd8c3a557e3d0a1d311cfaGavin Maltby# Portions Copyright 2006-2007 Sun Microsystems, Inc.
f6e214c7418f43af38bd8c3a557e3d0a1d311cfaGavin Maltby# This script may be used to generate LDIF data based on a provided template.
f6e214c7418f43af38bd8c3a557e3d0a1d311cfaGavin MaltbyOPENDS_INVOKE_CLASS="org.opends.server.tools.makeldif.MakeLDIF"
f6e214c7418f43af38bd8c3a557e3d0a1d311cfaGavin MaltbySCRIPT_NAME_ARG="-Dorg.opends.server.scriptName=make-ldif"
f6e214c7418f43af38bd8c3a557e3d0a1d311cfaGavin Maltby"${SCRIPT_DIR}/_server-script.sh" \
f6e214c7418f43af38bd8c3a557e3d0a1d311cfaGavin Maltby --resourcePath "${SCRIPT_DIR}/../config/MakeLDIF" "${@}"