Re: Passing httpd auth details to cgi-script

2004-06-24 Thread JupiterHost.Net
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) $ENV{REMOTE_USER} has the username. The password is a bit trickier since its not usually automatically sent

Passing httpd auth details to cgi-script

2004-06-24 Thread mike
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 po