From e435d6b19d87d0ae37fb67cf7c2ae57ae64f4546 Mon Sep 17 00:00:00 2001 From: Dennis Friis Date: Tue, 4 Nov 2008 18:47:55 +0000 Subject: Add local conf for ladmin tool. --- conf/ladmin_athena.conf | 12 +++--------- conf/ladmin_local.conf.example | 10 ++++++++++ 2 files changed, 13 insertions(+), 9 deletions(-) create mode 100644 conf/ladmin_local.conf.example diff --git a/conf/ladmin_athena.conf b/conf/ladmin_athena.conf index 4f9ce8b6..d4adf44e 100644 --- a/conf/ladmin_athena.conf +++ b/conf/ladmin_athena.conf @@ -1,14 +1,8 @@ // Athena Ladmin configuration file. - -// Login Server IP -login_ip:217.172.177.27 -// Login Server Port -login_port: 6900 - -// Administrative password, used to connect remotely to server. -// NOTICE: If you enable remote administration, you should change its value for security -admin_pass: admin +// local settings for this server in this file +import: conf/ladmin_local.conf + // Encoding type of the password // 0: not encoded // 1: key+password diff --git a/conf/ladmin_local.conf.example b/conf/ladmin_local.conf.example new file mode 100644 index 00000000..b3f88e8d --- /dev/null +++ b/conf/ladmin_local.conf.example @@ -0,0 +1,10 @@ +// Athena Ladmin local configuration file. + +// Login Server IP +login_ip:217.172.177.27 +// Login Server Port +login_port: 6900 + +// Administrative password, used to connect remotely to server. +// NOTICE: If you enable remote administration, you should change its value for security +admin_pass: admin -- cgit v1.2.3-60-g2f50