Is it possible to pass user/password from apache auth to cgi-scripts.

To explain

I have apache set to authenticate using htpasswd, checking a file
in /etc/httpd

When users access the site they get a user/password prompt

This then leads to a bunch of cgi-scripts which access DBI::DBDpg

Is it possible to get the authentication details and pass them to the
scripts so they can be passed to postgres so PG can then authenticate
without further user input (pg is using md5 auth)

thanks fo any tips

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to