From: Stefan Paetow Date: Fri, 19 Sep 2014 15:47:38 +0000 (+0100) Subject: Create sysconfig.tids X-Git-Tag: 1.4^2~3 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=trust_router.git;a=commitdiff_plain;h=0fe5f5f7912b0d5874cee2709e811cb60b9db878 Create sysconfig.tids The TIDS sysconfig file - Stores the tids configuration --- diff --git a/redhat/sysconfig.tids b/redhat/sysconfig.tids new file mode 100644 index 0000000..a1e5b80 --- /dev/null +++ b/redhat/sysconfig.tids @@ -0,0 +1,17 @@ +## Define the variables needed to run TIDS +## +## /usr/bin/tids +## + +TIDS_SERVER_IP="127.0.0.1" # IP address that the TIDS is reachable on +TIDS_SERVER_NAME="localhost" # The host name that the TIDS is known as +TIDS_USER="trustrouter" # The user that the TIDS is running as +TIDS_GROUP="trustrouter" # The group that the TIDS is running as + +TIDS_GSS_NAME="trustrouter@apc.moonshot.ja.net" # The GSS service name for the TIDS APC +KEYFILE="/var/lib/trust_router/keys" # The key file that the TIDS will store keys in + +## Static variables that you can also adjust + +TIDS_PIDDIR="/var/run/tids" +TIDS_LOGDIR="/var/log/tids"