import-ldif revision b1dce270ec218b8ad86ce6d745d295da038a5c88
4b01d45a49f1c2cc4bddc9a1b4c78232867de134Andreas Gustafsson#!/bin/sh
938440694b33cd752e9e4b71a526368b4811c177Tinderbox User#
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews# CDDL HEADER START
4b01d45a49f1c2cc4bddc9a1b4c78232867de134Andreas Gustafsson#
ec5347e2c775f027573ce5648b910361aa926c01Automatic Updater# The contents of this file are subject to the terms of the
4b01d45a49f1c2cc4bddc9a1b4c78232867de134Andreas Gustafsson# Common Development and Distribution License, Version 1.0 only
4b01d45a49f1c2cc4bddc9a1b4c78232867de134Andreas Gustafsson# (the "License"). You may not use this file except in compliance
4b01d45a49f1c2cc4bddc9a1b4c78232867de134Andreas Gustafsson# with the License.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews#
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# You can obtain a copy of the license at legal-notices/CDDLv1_0.txt
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# or http://forgerock.org/license/CDDLv1.0.html.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# See the License for the specific language governing permissions
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# and limitations under the License.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews#
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# When distributing Covered Code, include this CDDL HEADER in each
4b01d45a49f1c2cc4bddc9a1b4c78232867de134Andreas Gustafsson# file and include the License file at legal-notices/CDDLv1_0.txt.
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# If applicable, add the following below this CDDL HEADER, with the
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# fields enclosed by brackets "[]" replaced with your own identifying
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# information:
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# Portions Copyright [yyyy] [name of copyright owner]
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt#
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# CDDL HEADER END
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt#
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt#
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# Copyright 2006-2008 Sun Microsystems, Inc.
4b01d45a49f1c2cc4bddc9a1b4c78232867de134Andreas Gustafsson# Portions Copyright 2011 ForgeRock AS
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# This script may be used to import LDIF data into a Directory Server backend.
268a4475065fe6a8cd7cc707820982cf5e98f430Rob AusteinOPENDJ_INVOKE_CLASS="org.opends.server.tools.ImportLDIF"
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austeinexport OPENDJ_INVOKE_CLASS
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein
268a4475065fe6a8cd7cc707820982cf5e98f430Rob AusteinSCRIPT_NAME="import-ldif"
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austeinexport SCRIPT_NAME
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein
268a4475065fe6a8cd7cc707820982cf5e98f430Rob AusteinSCRIPT_DIR=`dirname "${0}"`
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein"${SCRIPT_DIR}/../lib/_mixed-script.sh" "${@}"
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein