diff options
| author | Russ Allbery <rra@stanford.edu> | 2007-08-29 06:26:11 +0000 | 
|---|---|---|
| committer | Russ Allbery <rra@stanford.edu> | 2007-08-29 06:26:11 +0000 | 
| commit | f6c80f2ddce51e187973f3e95d0d4f04e2644dd9 (patch) | |
| tree | d14a9dc96a61130a885e44ec8680c6bb1c4eb904 /perl | |
| parent | 6a9933ec10576aa063e10f53de5bbe7f107ec550 (diff) | |
Add the database parameters.
Diffstat (limited to 'perl')
| -rw-r--r-- | perl/Wallet/Config.pm | 8 | 
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'; | 
