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 

Reply via email to