#!/bin/sh # # $Header: olsadmintool.sbs 17-may-2004.13:27:58 cchui Exp $ # # Copyright (c) 2002, 2004, Oracle. All rights reserved. # # NAME # olsadmintool - Shell script to run the OID enabled OLS Administration # Tool # # DESCRIPTION # Runs the OID enabled OLS Administration Tool. This file comes in two # forms its original, with a .sbs extension, and its final, without # a .sbs extension. The .sbs version is source for the final # version which the Oracle Universal Installer creates by # doing variable substitution at install time. # # MODIFIED (MM/DD/YY) # cchui 05/17/04 - 3501631: Longname whitespace problem in double # quote # shwong 12/05/02 - shwong_bug-2681695 # shwong 12/04/02 - Created # Unset any existing JAVA_HOME variable to ensure that only # the JRE we want to use is used. unset JAVA_HOME # External Directory Variables set by the Installer JRE_HOME=%s_jreLocation% JLIBDIR=%s_jlibDir% $JRE_HOME/bin/java -classpath $JLIBDIR/opm.jar oracle.security.ols.policy.policyLDAP "$@"