import-ldif revision 9da44d3de0a7180285a77b7e8d2426a72aca249e
f48205be61a214698b763ff550ab9e657525104ccasper# CDDL HEADER START
f48205be61a214698b763ff550ab9e657525104ccasper# The contents of this file are subject to the terms of the
f48205be61a214698b763ff550ab9e657525104ccasper# Common Development and Distribution License, Version 1.0 only
f48205be61a214698b763ff550ab9e657525104ccasper# (the "License"). You may not use this file except in compliance
f48205be61a214698b763ff550ab9e657525104ccasper# with the License.
f48205be61a214698b763ff550ab9e657525104ccasper# You can obtain a copy of the license at
f48205be61a214698b763ff550ab9e657525104ccasper# See the License for the specific language governing permissions
f48205be61a214698b763ff550ab9e657525104ccasper# and limitations under the License.
f48205be61a214698b763ff550ab9e657525104ccasper# When distributing Covered Code, include this CDDL HEADER in each
f48205be61a214698b763ff550ab9e657525104ccasper# file and include the License file at
f48205be61a214698b763ff550ab9e657525104ccasper# trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
f48205be61a214698b763ff550ab9e657525104ccasper# add the following below this CDDL HEADER, with the fields enclosed
f48205be61a214698b763ff550ab9e657525104ccasper# by brackets "[]" replaced with your own identifying information:
f48205be61a214698b763ff550ab9e657525104ccasper# Portions Copyright [yyyy] [name of copyright owner]
7257d1b4d25bfac0c802847390e98a464fd787acraf# CDDL HEADER END
f48205be61a214698b763ff550ab9e657525104ccasper# Portions Copyright 2006-2007 Sun Microsystems, Inc.
f48205be61a214698b763ff550ab9e657525104ccasper# This script may be used to import LDIF data into a Directory Server backend.
f48205be61a214698b763ff550ab9e657525104ccasperOPENDS_INVOKE_CLASS="org.opends.server.tools.ImportLDIF"
7257d1b4d25bfac0c802847390e98a464fd787acrafSCRIPT_NAME_ARG="-Dorg.opends.server.scriptName=import-ldif"
f48205be61a214698b763ff550ab9e657525104ccasper"${SCRIPT_DIR}/../lib/_server-script.sh" "${@}"