From 2c385f9b9964056183771dc92814255f86625a2a Mon Sep 17 00:00:00 2001 From: Ruud Overeem <overeem@astron.nl> Date: Thu, 1 Feb 2007 13:24:47 +0000 Subject: [PATCH] BugID: 809 Enhanced security. --- MAC/Deployment/data/OTDB/MACScheduler.comp | 3 --- MAC/Deployment/data/OTDB/ObsCtrl.comp | 4 ++-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/MAC/Deployment/data/OTDB/MACScheduler.comp b/MAC/Deployment/data/OTDB/MACScheduler.comp index beaf3ac7f1e..d58a2bf98ed 100644 --- a/MAC/Deployment/data/OTDB/MACScheduler.comp +++ b/MAC/Deployment/data/OTDB/MACScheduler.comp @@ -8,9 +8,6 @@ node MACScheduler 1.0.0 development 'node constraint' "Controller that star # name dir. type unit prun. vm value constr. descr. #---------------------------------------------------------------------------------------------------------------------------------- -par OTDBdatabasename I text - 10 100 otdbtest - "The database to work on" -par OTDBusername I text - 10 100 paulus - "The database user" -par OTDBpassword I text - 10 100 boskabouter - "The password" par OTDBpollInterval I time - 10 0 5s - "Time between two polls in the database" par QueuePeriod I time - 10 0 15m - "The period length between startup of the observation software and the start of the observation" par ClaimPeriod I time - 10 0 2m - "The period length between 'going standby moment' of the observation software and the start of the observation" diff --git a/MAC/Deployment/data/OTDB/ObsCtrl.comp b/MAC/Deployment/data/OTDB/ObsCtrl.comp index d0dd0d2804e..dac42096ea5 100644 --- a/MAC/Deployment/data/OTDB/ObsCtrl.comp +++ b/MAC/Deployment/data/OTDB/ObsCtrl.comp @@ -15,6 +15,6 @@ uses StationCtrl 1.0.0 development 1 "All the station Controllers" # name dir. type unit prun. vm value constr. descr. #-------------------------------------------------------------------------------------------------------- -par _hostname I text - 10 0 RS002 - "Machine the program should run on" -par heartbeatInterval I int - 10 0 10 - "Interval (in sec) between to 'sanity checks'" +par _hostname I text - 10 100 MCU001 - "Machine the program should run on" +par heartbeatInterval I int - 10 100 10 - "Interval (in sec) between to 'sanity checks'" -- GitLab