You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
180 lines
6.9 KiB
180 lines
6.9 KiB
##################################################################
|
|
## nete-wa-installer.properties ##
|
|
## Properties file for the SiteMinder Web Agent ##
|
|
## unattended installation and configuration ##
|
|
## ##
|
|
## This file is generated by an initial Web Agent installation ##
|
|
## and configuration performed in GUI or Console mode. ##
|
|
## Use this file for unattended installation and configuration. ##
|
|
##################################################################
|
|
|
|
|
|
################################################################
|
|
# General Information
|
|
################################################################
|
|
# Specifies the information used for the unattended installation.
|
|
|
|
USER_INSTALL_DIR={{ wa_home }}
|
|
USER_SHORTCUTS=/home/{{ wa_user }}/local
|
|
|
|
################################################################
|
|
# 1. Trusted Host Registration
|
|
################################################################
|
|
# A trusted host is a client computer where one or more Agents
|
|
# can be installed. To establish a connection between the
|
|
# trusted host and the Policy Server, register the host with
|
|
# the Policy Server.
|
|
|
|
# Register the trusted host only once, not each time you install and
|
|
# configure a Web Agent.
|
|
|
|
#Set to 1 to register this Agent with a Policy Server.
|
|
#Set to 0 if you had registered this Agent with a Policy Server before.
|
|
|
|
HOST_REGISTRATION_YES=1
|
|
|
|
################################################################
|
|
# 1.1 Administrator For Trusted Host Registration
|
|
################################################################
|
|
# Enter the name and password of an administrator who has the
|
|
# right to register a trusted host with the Policy Server.
|
|
# This entry must match the name of an administrator defined
|
|
# at the Policy Server.
|
|
|
|
ADMIN_REG_NAME={{ sm_admin_user }}
|
|
DEFAULT_ADMIN_REG_PASSWORD={{ sm_admin_password }}
|
|
#ADMIN_REG_PASSWORD=ENC:pT4HvukLeehIkP3Mc6Rq4Q==
|
|
|
|
# Set to 1 to enable shared secret rollover
|
|
SHARED_SECRET_ROLLOVER_YES=0
|
|
|
|
################################################################
|
|
# 1.2 Cryptographic Hardware Configuration (optional)
|
|
# (HKS is not supported for SM r12) CQ #63987
|
|
################################################################
|
|
# This section only applies if you registered a trusted host.
|
|
#
|
|
# NOTE: These are only used if CRYPTO_CONFIG_YES = 1.
|
|
# Select a path and file name of PKCS11, then enter
|
|
# the token label and pass phrase. The token label can be blank.
|
|
# The pass phrase cannot be blank.
|
|
|
|
#Set to 1 to enable PKCS11 Cryptographic Hardware.
|
|
#CRYPTO_CONFIG_YES=
|
|
|
|
#The location and file name of the PKCS11 library.
|
|
#PKCS11_FILENAME=
|
|
|
|
#The token label for PKCS11
|
|
#TOKEN_LABEL=
|
|
|
|
#The token passphrase
|
|
#TOKEN_PASS_PHRASE=
|
|
|
|
################################################################
|
|
# 1.3 Trusted Host Name and Host Configuration Object
|
|
################################################################
|
|
# Specify the name of the host you want to register with the
|
|
# Policy Server.
|
|
|
|
# Enter the name of the host configuration object.
|
|
# The name must match a host configuration object name
|
|
# already defined at the Policy Server.
|
|
|
|
TRUSTED_HOST_NAME={{ inventory_hostname }}
|
|
CONFIG_OBJ=HCO_Local
|
|
|
|
################################################################
|
|
# 1.4 List of Policy Servers IP Addresses and FIPS Mode Settings
|
|
################################################################
|
|
# Enter the IP Address of the Policy Server where you are
|
|
# registering this host.
|
|
#
|
|
# Specify the IP address in the form of <IP_address:port>
|
|
# To list multiple addresses, enter <IP_address:port>, <IP_address:port>
|
|
# For example: 111.112.1.45(IPV4), 122.113.1.47:45(IPV4)
|
|
# IPV6: [cd00:a706:a054:1:250:56ff:fe9b:7c8]:44441
|
|
# or [cd00:a706:a054:1:250:56ff:fe9b:7c8]
|
|
# or cd00:a706:a054:1:250:56ff:fe9b:7c8
|
|
|
|
|
|
IP_ADDRESS_STRING=127.0.0.1
|
|
FIPS_VALUE=COMPAT
|
|
|
|
################################################################
|
|
# 1.5 Host Configuration File Location
|
|
################################################################
|
|
# Enter a name and location for the Host Configuration File,
|
|
# SmHost.conf.
|
|
|
|
SM_HOST_FILENAME=SmHost.conf
|
|
SM_HOST_DIR={{ wa_home }}/webagent/config
|
|
|
|
###############################################################
|
|
# 2. Web Server Selection
|
|
###############################################################
|
|
|
|
#The following entries are for UNIX systems only:
|
|
|
|
APACHE_SELECTED=1
|
|
APACHE_WEBSERVER_ROOT={{ httpd_home }}
|
|
|
|
#The following APACHE entries for APACHE VENDOR web servers.ex:IHS,
|
|
# Oracle 10g etc.APACHE_SPECIFIC_TYPE is 1,if the
|
|
# APACHE WEBSERVER ROOT is specific path.ie,
|
|
# other than APACHE webserver path.
|
|
|
|
APACHE_SPECIFIC_PATH_YES=
|
|
APACHE_VENDOR_TYPE=HTTP_APACHE
|
|
APACHE_VERSION=2.2.29
|
|
|
|
|
|
|
|
DOMINO_SELECTED=0
|
|
DOMINO_WEBSERVER_ROOT=
|
|
|
|
IPLANET_SELECTED=0
|
|
IPLANET_WEBSERVER_ROOT=/home/apache/iplanet
|
|
|
|
IBM_HTTP_SERVER_ZOS=
|
|
IBM_HTTP_WEBSERVER_ZOS_CONF_PATH=
|
|
|
|
# NOTE: Do not edit the following WEB_SERVER_INFO entry. To modify
|
|
# it, re-run the Web Agent configuration to regenerate
|
|
# this string with the appropriate values.
|
|
|
|
WEB_SERVER_INFO=Apache,/home/www/httpd/conf,Apache 2.2.29,+EMPTYSTR+,apache,2.2.29,/home/www/httpd,Unix,+EMPTYSTR+,1,1,0,0,0,1,No advanced authentication,ACO_Apache,0,undefined,ENC:6f1I5TLVEpuSBHpf4GrASg==,
|
|
|
|
######################################################################
|
|
# VIRTUAL SITE CONFIGURATION ON IIS6/IIS7
|
|
|
|
# Enter the Site Names which need to be configured against CONFIGURE_SITES with each
|
|
#separated by ",". If they are already configured, and they are listed in
|
|
#CONFIGURE_SITES, will be overwritten. Sites which are already configured, and you want to
|
|
#unconfigure those, enter against UNCONFIGURE_SITES and each site name separatedby ",".
|
|
#Sites, which are already configured and not listed in both sections will be preserved.
|
|
###############################################################
|
|
# For eg:
|
|
#1.If Site1,Site2 need to be configured,then enter CONFIGURE_SITES=Site1,Site2.
|
|
#2.If both are configured and you want Site1 to Preserve and Site 2t o be Overwrite
|
|
#then use as below CONFIGURE_SITES= Site2 and don't specify site1 in UNCONFIGURE_SITES
|
|
#3. If you want to unconfigure site1 and site2 then use UNCONFIGURE_SITES=site1,site2
|
|
#4. If you want to preserve all, then don't specify any sites under CONFIGURE_SITES and
|
|
#UNCONFIGURE_SITES.
|
|
####################################################################
|
|
|
|
CONFIGURE_SITES=
|
|
UNCONFIGURE_SITES=
|
|
|
|
################################################################
|
|
# 3. Enable Web Agent Option
|
|
################################################################
|
|
ENABLE_WEBAGENT_RESULT=YES
|
|
|
|
################################################################
|
|
# 4. Restart Web Server Option (Windows only)
|
|
################################################################
|
|
# Set to YES to allow the installation program to reboot the
|
|
# Windows machine, if required.
|
|
|
|
USER_REQUESTED_RESTART=
|
|
|