mariuz / perl-dbd-firebird

Perl DBI driver for Firebird
15 stars 9 forks source link

user/password for tests visible in process list #20

Closed real-dam closed 13 years ago

real-dam commented 13 years ago

The check_database subroutine of t/tests-setup.pl gives the admin user/password as arguments to ISQL's command line. These are visible in ps process list.

my $ocmd = qq("$isql" -u "$user" -p "$pass" -x "$path" 2>&1);

I'll work on modifying the code to put the user/password in the SQL given to ISQL, as this is made in other places.