My mistake, the command line is:
dbiproxy --configfile=/tmp/proxy.cfg --debug --localport=19000
-----Original Message-----
From: Chuck Tomasi
Sent: Monday, April 22, 2002 12:32 PM
To: '[EMAIL PROTECTED]'
Subject: DBI::ProxyServer, Refusing Client
I'm trying to get DBI::ProxyServer (via dbiproxy) going. All I get is
"Refusing Client" even when I set the config file to accept everyone.
DBI 1.21
Perl 5.6.0
DBD::Oracle 1.12
Command run on the proxy:
dbiproxy --configfile /tmp/proxy.cfg --debug --localport 19000
Config file (/tmp/proxy.cfg):
{
'clients' => [
{ 'mask' => '.*',
'accept' => 1,
'users' => [ 'root', 'nobody', 'ctomasi' ]
}
]
}
--Chuck Tomasi
--Corporate Systems Administrator
--Plexus Corp. - Neenah WI
--(920)751-3327