4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster# Copyright (c) 2008 Sun Microsystems Inc. All Rights Reserved
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster# The contents of this file are subject to the terms
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster# of the Common Development and Distribution License
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster# (the License). You may not use this file except in
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster# compliance with the License.
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster# You can obtain a copy of the License at
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster# https://opensso.dev.java.net/public/CDDLv1.0.html or
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster# See the License for the specific language governing
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster# permission and limitations under the License.
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster# When distributing Covered Code, include this CDDL
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster# Header Notice in each file and include the License file
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster# If applicable, add the following below the CDDL Header,
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster# with the fields enclosed by brackets [] replaced by
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster# your own identifying information:
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster# "Portions Copyrighted [year] [name of copyright owner]"
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster# $Id: ssoadm,v 1.20 2010/01/28 00:49:05 bigfatrat Exp $
a4831b1f93759b10d57c2bf9330660fa7a5030dbJonathan Scudder# Portions Copyrighted 2010-2016 ForgeRock AS.
79943d71bcf8d4933e74f29a1b0e87f8898508cbPeter Majorif [ -z "$JAVA_HOME" ] ; then
79943d71bcf8d4933e74f29a1b0e87f8898508cbPeter MajorCLASSPATH="$CLASSPATH:$TOOLS_HOME/classes:$TOOLS_HOME/resources"
79943d71bcf8d4933e74f29a1b0e87f8898508cbPeter Majorif [ -n "$EXT_CLASSPATH" ] ; then
73db2ddb960cafd7ffb6daf89eb697910d36c56dJames Phillpotts DEBUG="-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=9897"
79943d71bcf8d4933e74f29a1b0e87f8898508cbPeter Major$JAVA_HOME/bin/java -Xms256m -Xmx512m -cp "$CLASSPATH" \
baaed411ab408955d7c976883c7ab76392b85acejeff.schenk -D"com.sun.identity.sm.notification.enabled=false" \
baaed411ab408955d7c976883c7ab76392b85acejeff.schenk -D"bootstrap.dir=@CONFIG_DIR@" \
baaed411ab408955d7c976883c7ab76392b85acejeff.schenk -D"com.iplanet.services.debug.directory=@DEBUG_DIR@" \
baaed411ab408955d7c976883c7ab76392b85acejeff.schenk -D"definitionFiles=com.sun.identity.cli.AccessManager,com.sun.identity.federation.cli.FederationManager" \
baaed411ab408955d7c976883c7ab76392b85acejeff.schenk -D"commandName=ssoadm" \
baaed411ab408955d7c976883c7ab76392b85acejeff.schenk -D"amconfig=AMConfig" \
baaed411ab408955d7c976883c7ab76392b85acejeff.schenk -D"am.version.expected=@AM_VERSION@" \
baaed411ab408955d7c976883c7ab76392b85acejeff.schenk -D"com.iplanet.am.sdk.package=com.iplanet.am.sdk.remote" \