summaryrefslogtreecommitdiff
path: root/perl/Wallet/Config.pm
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2007-08-29 06:26:11 +0000
committerRuss Allbery <rra@stanford.edu>2007-08-29 06:26:11 +0000
commitf6c80f2ddce51e187973f3e95d0d4f04e2644dd9 (patch)
treed14a9dc96a61130a885e44ec8680c6bb1c4eb904 /perl/Wallet/Config.pm
parent6a9933ec10576aa063e10f53de5bbe7f107ec550 (diff)
Add the database parameters.
Diffstat (limited to 'perl/Wallet/Config.pm')
-rw-r--r--perl/Wallet/Config.pm8
1 files changed, 8 insertions, 0 deletions
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';