Re: PerlModule Apache::AuthDBI
From: Jeff Dafoe (jeff@badtz-maru.com)
Date: 01/08/03
- Previous message: Talisker: "Re: SQL Vulnerabilty Assesment"
- In reply to: Joe Luna: "PerlModule Apache::AuthDBI"
- Next in thread: Martin Eiszner: "Re: PerlModule Apache::AuthDBI"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Jeff Dafoe" <jeff@badtz-maru.com> To: "Joe Luna" <joeluna@socal.rr.com>, <pen-test@securityfocus.com> Date: Wed, 8 Jan 2003 17:39:04 -0500
> What I'm not sure of is the type of database or even how to connect
> using the credentials gained from the conf file.
>
> Any pointers?
>
>
> <Location /accounting>
> AuthName DBI
> AuthType Basic
> PerlAuthenHandler Apache::AuthDBI::authen
> PerlAuthzHandler Apache::AuthDBI::authz
> PerlSetVar Auth_DBI_data_source dbi:Pg:dbname=main;host=client.com
Get the postgresql client and issue:
psql -h client.com -U username main
Jeff
----------------------------------------------------------------------------
This list is provided by the SecurityFocus Security Intelligence Alert (SIA)
Service. For more information on SecurityFocus' SIA service which
automatically alerts you to the latest security vulnerabilities please see:
https://alerts.securityfocus.com/
- Next message: Q: "tridion"
- Previous message: Talisker: "Re: SQL Vulnerabilty Assesment"
- In reply to: Joe Luna: "PerlModule Apache::AuthDBI"
- Next in thread: Martin Eiszner: "Re: PerlModule Apache::AuthDBI"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|