From f6c80f2ddce51e187973f3e95d0d4f04e2644dd9 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Wed, 29 Aug 2007 06:26:11 +0000 Subject: Add the database parameters. --- perl/Wallet/Config.pm | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'perl/Wallet/Config.pm') diff --git a/perl/Wallet/Config.pm b/perl/Wallet/Config.pm index 6dd2313..befa390 100644 --- a/perl/Wallet/Config.pm +++ b/perl/Wallet/Config.pm @@ -28,6 +28,14 @@ $PATH = '/etc/wallet.conf'; # Variables ############################################################################## +# Database configuration. +our $DB_DRIVER; +our $DB_NAME; +our $DB_HOST; +our $DB_PORT; +our $DB_USER; +our $DB_PASSWORD; + # Configuration for the keytab object type. our $KEYTAB_FILE; our $KEYTAB_FLAGS = '-clearpolicy'; -- cgit v1.2.3