verify-index revision 0f8553e2af5fc49a510ecfcfc93e66d06713f631
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# CDDL HEADER START
689023771c563d8660e45d439a207e06e96de28fMark Andrews# The contents of this file are subject to the terms of the
689023771c563d8660e45d439a207e06e96de28fMark Andrews# Common Development and Distribution License, Version 1.0 only
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# (the "License"). You may not use this file except in compliance
689023771c563d8660e45d439a207e06e96de28fMark Andrews# with the License.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# You can obtain a copy of the license at
689023771c563d8660e45d439a207e06e96de28fMark Andrews# trunk/opends/resource/legal-notices/OpenDS.LICENSE
689023771c563d8660e45d439a207e06e96de28fMark Andrews# or https://OpenDS.dev.java.net/OpenDS.LICENSE.
689023771c563d8660e45d439a207e06e96de28fMark Andrews# See the License for the specific language governing permissions
689023771c563d8660e45d439a207e06e96de28fMark Andrews# and limitations under the License.
ea94d370123a5892f6c47a97f21d1b28d44bb168Tinderbox User# When distributing Covered Code, include this CDDL HEADER in each
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# file and include the License file at
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# add the following below this CDDL HEADER, with the fields enclosed
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# by brackets "[]" replaced with your own identifying information:
e21a2904f02a03fa06b6db04d348f65fe9c67b2bMark Andrews# Portions Copyright [yyyy] [name of copyright owner]
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# CDDL HEADER END
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# Copyright 2006-2008 Sun Microsystems, Inc.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# Portions Copyright 2011 ForgeRock AS
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# This script may be used to perform validation on the contents of a Directory
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# Server backend storing its data in the Berkeley DB Java Edition.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob AusteinOPENDJ_INVOKE_CLASS="org.opends.server.tools.VerifyIndex"
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein"${SCRIPT_DIR}/../lib/_server-script.sh" "${@}"