#######################################################
#                                                     #
# CASA Authentication Token System configuration file #
# for client.                                         #
#                                                     #
#######################################################

#
# ATS-hostname setting.
#
# Description: Used to configure the address of the
#              ATS that should be used for obtaining
#              authentication tokens.
#
#              If this parameter is not set, the client
#              assummes that the ATS resides in the same
#              host as the authentication token consuming
#              services.
#
#ATS-hostname	hostname or IP address

#
# ATS-port setting.
#
# Description: Used to configure the port utilized by the
#              ATS to listen for connections.
#
#              If this parameter is not set, the client
#              assummes that the ATS is listening for
#              connections on port 443 if configured to
#              use SSL, otherwise it assumes that it is
#              listening for connections on port 80.
#
ATS-port		8080

#
# UseSSL setting.
#
# Description: Used to specify that communications to the ATS
#              should occur over SSL to ensure security.
#
#              If this parameter is not set, the client
#              defaults to using SSL when communicating with
#              ATSs.
#
UseSSL			false