# $Id: saml2silent,v 1.6 2006/01/17 22:21:22 vs125812 Exp $
# Copyright  2006 Sun Microsystems, Inc. All rights reserved.
# 
# SUN PROPRIETARY/CONFIDENTIAL.
# 
# U.S. Government Rights - Commercial software. Government users are subject to
# the Sun Microsystems, Inc. standard license agreement and applicable
# provisions of the FAR and its supplements.
# 
# Use is subject to license terms. Sun, Sun Microsystems, the Sun logo and Java
# are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S.
# and other countries. All SPARC trademarks are used under license and are
# trademarks or registered trademarks of SPARC International, Inc. in the U.S.
# and other countries.
# 
# UNIX is a registered trademark in the U.S. and other countries, exclusively
# licensed through X/Open Company, Ltd.
# 
# Copyright  2006 Sun Microsystems, Inc. Tous droits rservs.
# 
# Proprit de SUN/CONFIDENTIEL.
# 
# L'utilisation est soumise aux termes du contrat de licence.Sun, Sun
# Microsystems, le logo Sun et Java sont des marques de fabrique ou des marques
# dposes de Sun Microsystems, Inc. aux Etats-Unis et dans d'autres pays.
# 
# Toutes les marques SPARC sont utilises sous licence et sont des marques de
# fabrique ou des marques dposes de SPARC International, Inc. aux Etats-Unis
# et dans d'autres pays.
# 
# UNIX est une marque dpose aux Etats-Unis et dans d'autres pays et licencie
# exlusivement par X/Open Company, Ltd.

##############################################################################
############### START OF VARIABLE DEFINITIONS ################################

STAGING_DIR=/var/opt/SUNWam/fm/war_staging
ADMINPASSWD=11111111
DEPLOY_SAMPLES=true

#
# SYSTEM
# AM  if SAML2 will be deployed on Access Manager
# FM  if SAML2 will be deployed on Federation Manager
# installer will auto detect if not specified.
#

SYSTEM=

# AM_INSTANCE
# SAML2 will be deployed on the specified AM instance.
# If it is not specified, SAML2 will be configured on the first AM instance.
#

AM_INSTANCE=


#
# LOAD_SCHEMA if true will load SAML2 SDS/AD schema
# DS_DIRMGRDN is the DN (distinguished name) of the directory manager,
#             the user who has unrestricted access to Directory Server.
# DS_DIRMGRPASSWD is the password for the directory manager
#
LOAD_SCHEMA=true
DS_DIRMGRDN="cn=Directory Manager"
DS_DIRMGRPASSWD=


#
# IDPDISCOVERY_ONLY set to true will only configure idpdiscovery service
# COMMON_COOKIE_DOMAIN IDP Discovery service cookie domain
# COOKIE_ENCODE  set to true, common domain cookie will be encoded.
IDPDISCOVERY_ONLY=false
COMMON_COOKIE_DOMAIN=
COOKIE_ENCODE=true

############### END OF VARIABLE DEFINITIONS ################################
