OpenSSOAgentBootstrap.template revision 504576c0cd21165cc879543ca89164d214acf996
98N/A#
98N/A# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
98N/A#
98N/A# Copyright (c) 2008 Sun Microsystems Inc. All Rights Reserved
98N/A#
98N/A# The contents of this file are subject to the terms
98N/A# of the Common Development and Distribution License
98N/A# (the License). You may not use this file except in
98N/A# compliance with the License.
98N/A#
98N/A# You can obtain a copy of the License at
98N/A# https://opensso.dev.java.net/public/CDDLv1.0.html or
98N/A# opensso/legal/CDDLv1.0.txt
98N/A# See the License for the specific language governing
98N/A# permission and limitations under the License.
98N/A#
98N/A# When distributing Covered Code, include this CDDL
98N/A# Header Notice in each file and include the License file
98N/A# at opensso/legal/CDDLv1.0.txt.
98N/A# If applicable, add the following below the CDDL Header,
98N/A# with the fields enclosed by brackets [] replaced by
98N/A# your own identifying information:
98N/A# "Portions Copyrighted [year] [name of copyright owner]"
98N/A#
98N/A# $Id: OpenSSOAgentBootstrap.template,v 1.1 2008/11/21 22:21:47 leiming Exp $
98N/A#
98N/A#
98N/A
98N/A# Portions Copyrighted 2010-2013 ForgeRock AS.
98N/A
98N/A#------------------------------------------------------------------------------
98N/A# J2EE Agents Bootstrap File
98N/A#
98N/A# OpenAM Policy Agent for:
98N/A# IBM Websphere 6.1
98N/A#
98N/A# Version: 3.0
98N/A#------------------------------------------------------------------------------
98N/A#
98N/A# THIS FILE PROVIDES THE CONFIGURATION SETTINGS NECESSARY FOR THE AGENT
98N/A# TO FUNCTION CORRECTLY. PLEASE REFER TO THE DOCUMENTATION BEFORE
98N/A# MODIFYING ANY OF THE VALUES IN THIS FILE.
98N/A#
98N/A# Note:
98N/A# Data present in this file provides the necessary configuration
98N/A# settings needed by Agent to work correctly. Invalid configuration
98N/A# data present in this file can lead to malfunction of the Agent, the
98N/A# application, and the Application Server.
98N/A#
98N/A# WARNING: The contents of this file are classified as an UNSTABLE
98N/A# interface by Sun Microsystems, Inc. As such, they are subject to
98N/A# significant, incompatible changes in any future release of the
98N/A# software.
98N/A#
98N/A# INVALID CONFIGURATION SETTINGS MAY RESULT IN MALFUNCTION OF THE ENTIRE
98N/A# SYSTEM.
98N/A#------------------------------------------------------------------------------
98N/A#
98N/A# NAMING SERVICE URL
98N/A# Specifies the naming service url(s) that can be used by the system
98N/A# for naming lookups. One or more urls can be specified for this
98N/A# property as a string of urls separated by single space characters.
98N/A# Hot-Swap Enabled: No
98N/A#
98N/Acom.iplanet.am.naming.url=@AM_SERVICES_PROTO@://@AM_SERVICES_HOST@:@AM_SERVICES_PORT@@AM_SERVICES_DEPLOY_URI@/namingservice
98N/A
98N/A#
98N/A# SERVICE RESOLVER
98N/A# Specifies the service resolver used by this Agent.
98N/A# Hot-Swap Enabled: No
98N/A#
98N/Acom.sun.identity.agents.config.service.resolver = com.sun.identity.agents.websphere.v61.AmWebsphereAgentServiceResolver
98N/A
98N/A#
98N/A# AGENT USERNAME AND PASSWORD PROPERTIES
98N/A# These are the credentials used by the Agent to identify and
98N/A# authenticate itself before requesting any services that require the
98N/A# Agent to be authenticated. If plain text password should not be
98N/A# used, then supply the encrypted password and encryption key.
98N/A# Hot-Swap Enabled: No
98N/A#
98N/Acom.sun.identity.agents.app.username = @AGENT_PROFILE_NAME@
98N/Acom.iplanet.am.service.secret = @AGENT_ENCRYPTED_PASSWORD@
98N/A
98N/A# The key that will be used to encrypt and decrypt passwords
98N/A# Hot-Swap Enabled: No
98N/Aam.encryption.pwd = @AGENT_ENCRYPT_KEY@
98N/A
98N/A#
98N/A# DEBUG SERVICE PROPERTIES
98N/A# - com.iplanet.services.debug.directory: Specifies the complete path to the
98N/A# directory where debug files will be stored by the Agent.
98N/A# - com.sun.services.debug.mergeall: consolidates all the debug information
98N/A# into one file if it is set to on. Each component has its own debug file
98N/A# if it is set to off.
98N/A# Hot-Swap Enabled: No
98N/A#
98N/Acom.iplanet.services.debug.level=error
98N/Acom.iplanet.services.debug.directory=@DEBUG_LOGS_DIR@
98N/Acom.sun.services.debug.mergeall=on
98N/A
98N/A#
98N/A# AUDIT LOG PROPERTY
98N/A# - local.logfile: Specifies the complete path to the local audit log file
98N/A# to be used by the Agent.
98N/A# Hot-Swap Enabled: No
98N/A#
98N/Acom.sun.identity.agents.config.local.logfile = @AUDIT_LOGS_DIR@/@AUDIT_LOG_FILENAME@
98N/A
98N/A#
98N/A# ORGANIZATION NAME
98N/A# Specifies the organization or realm name to be used for authenticating
98N/A# the Agent during runtime. The default value "/" identifies the root
98N/A# organization or realm.
98N/A# Hot-Swap Enabled: No
98N/A#
98N/Acom.sun.identity.agents.config.organization.name = /
98N/A
98N/A#
98N/A# LOCK OF AGENT CONFIGURATION
98N/A# When it's set to true, agent config in run-time is locked.
98N/A# Agent has to be restarted to let agent config change take effective
98N/A# whether the changed config parameter is Hot-Swap or not.
98N/A# When it's set to false, change of Hot-Swap agent config parameter can be
98N/A# updated into run-time.
98N/A# Hot-Swap Enabled: No
98N/A#
98N/Acom.sun.identity.agents.config.lock.enable = false
98N/A
98N/A#
98N/A# AGENT PROFILE NAME
98N/A# The profile name used by the Agent to fetch the agent configuration data.
98N/A# The value of this property is the same as that of com.sun.identity.agents.app.username
98N/A# in most cases. However if multiple agent instances need to use the same credentials
98N/A# to authenticate, com.sun.identity.agents.app.username and com.iplanet.am.service.secret
98N/A# need to be set to the authenticating credentials accordingly.
98N/A# Hot-Swap Enabled: No
98N/A#
98N/Acom.sun.identity.agents.config.profilename = @AGENT_PROFILE_NAME@
98N/A
98N/A#
98N/A# OPENAM DEPLOYMENT URI
98N/A# This property controls the URI under which OpenAM has been deployed. If this
98N/A# parameter is not supplied then the default value is /openam.
98N/A# Hot-Swap Enabled: No
98N/A#
98N/Acom.iplanet.am.services.deploymentDescriptor=@AM_SERVICES_DEPLOY_URI@
98N/A
98N/A