summaryrefslogtreecommitdiffstats
path: root/scripts/tps-include.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/tps-include.sh')
-rwxr-xr-xscripts/tps-include.sh7
1 files changed, 3 insertions, 4 deletions
diff --git a/scripts/tps-include.sh b/scripts/tps-include.sh
index 0b9daba..930025d 100755
--- a/scripts/tps-include.sh
+++ b/scripts/tps-include.sh
@@ -3,7 +3,7 @@
SRC_DIR="`cd ../.. ; pwd`"
DOMAIN="example.com"
-REALM="EXAMPLE-COM"
+REALM="EXAMPLE"
PASSWORD="Secret123"
INSTANCE_ROOT="/var/lib"
@@ -13,16 +13,15 @@ INSTANCE_GROUP="pkiuser"
TPS_INSTANCE_NAME="pki-tps"
TPS_SUBSYSTEM_TYPE="tps"
-TPS_SUBSYSTEM_NAME="TPS"
+TPS_SUBSYSTEM_NAME="Token Processing System"
TPS_SECURE_PORT="7889"
TPS_NON_CLIENTAUTH_SECURE_PORT="7890"
TPS_UNSECURE_PORT="7888"
-TPS_TOMCAT_SERVER_PORT="15701"
TPS_LDAP_HOST="$HOSTNAME"
TPS_LDAP_PORT="389"
-TPS_LDAP_DATABASE="$DOMAIN-$INSTANCE_NAME"
+TPS_LDAP_DATABASE="$TPS_INSTANCE_NAME"
TPS_LDAP_BASE_DN="dc=tps,dc=example,dc=com"
TPS_LDAP_BIND_DN="cn=Directory Manager"
TPS_LDAP_PASSWORD="$PASSWORD"