import-ldif.sh revision 0cf0e19d7abb0e7659df6d191269f96b3ffe7f45
a78048ccbdb6256da15e6b0e7e95355e480c2301nd#!/bin/sh
a78048ccbdb6256da15e6b0e7e95355e480c2301nd#
a78048ccbdb6256da15e6b0e7e95355e480c2301nd# CDDL HEADER START
a78048ccbdb6256da15e6b0e7e95355e480c2301nd#
a78048ccbdb6256da15e6b0e7e95355e480c2301nd# The contents of this file are subject to the terms of the
a78048ccbdb6256da15e6b0e7e95355e480c2301nd# Common Development and Distribution License, Version 1.0 only
a78048ccbdb6256da15e6b0e7e95355e480c2301nd# (the "License"). You may not use this file except in compliance
a78048ccbdb6256da15e6b0e7e95355e480c2301nd# with the License.
a78048ccbdb6256da15e6b0e7e95355e480c2301nd#
a78048ccbdb6256da15e6b0e7e95355e480c2301nd# You can obtain a copy of the license at
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen# trunk/opends/resource/legal-notices/OpenDS.LICENSE
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen# or https://OpenDS.dev.java.net/OpenDS.LICENSE.
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen# See the License for the specific language governing permissions
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen# and limitations under the License.
a78048ccbdb6256da15e6b0e7e95355e480c2301nd#
a78048ccbdb6256da15e6b0e7e95355e480c2301nd# When distributing Covered Code, include this CDDL HEADER in each
a78048ccbdb6256da15e6b0e7e95355e480c2301nd# file and include the License file at
a78048ccbdb6256da15e6b0e7e95355e480c2301nd# trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
3f08db06526d6901aa08c110b5bc7dde6bc39905nd# add the following below this CDDL HEADER, with the fields enclosed
a78048ccbdb6256da15e6b0e7e95355e480c2301nd# by brackets "[]" replaced with your own identifying * information:
a78048ccbdb6256da15e6b0e7e95355e480c2301nd# Portions Copyright [yyyy] [name of copyright owner]
a78048ccbdb6256da15e6b0e7e95355e480c2301nd#
3f08db06526d6901aa08c110b5bc7dde6bc39905nd# CDDL HEADER END
a78048ccbdb6256da15e6b0e7e95355e480c2301nd#
a78048ccbdb6256da15e6b0e7e95355e480c2301nd#
a78048ccbdb6256da15e6b0e7e95355e480c2301nd# Portions Copyright 2006 Sun Microsystems, Inc.
a78048ccbdb6256da15e6b0e7e95355e480c2301nd
2a9d60313e1c967b4bc51ec3de3fbd3f7ae454d6nd
f086b4b402fa9a2fefc7dda85de2a3cc1cd0a654rjung# This script may be used to import LDIF data into a Directory Server backend.
a78048ccbdb6256da15e6b0e7e95355e480c2301ndOPENDS_INVOKE_CLASS="org.opends.server.tools.ImportLDIF"
4b575a6b6704b516f22d65a3ad35696d7b9ba372rpluemexport OPENDS_INVOKE_CLASS
4b575a6b6704b516f22d65a3ad35696d7b9ba372rpluem
a78048ccbdb6256da15e6b0e7e95355e480c2301ndSCRIPT_DIR=`dirname "${0}"`
a78048ccbdb6256da15e6b0e7e95355e480c2301nd"${SCRIPT_DIR}/_server-script.sh" "${@}"
a78048ccbdb6256da15e6b0e7e95355e480c2301nd