RE: [SQL] Apache authentication & PostgreSQL

From: Volker Hess <Volker(dot)Hess(at)avmz(dot)uni-siegen(dot)de>
To: Fomichev Michael <fomichev(at)null(dot)ru>
Cc: pgsql-admin(at)postgreSQL(dot)org, pgsql-sql(at)postgreSQL(dot)org
Subject: RE: [SQL] Apache authentication & PostgreSQL
Date: 1999-06-11 07:32:07
Message-ID: XFMail.990611093207.Volker.Hess@avmz.uni-siegen.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql


On 11-Jun-99 Fomichev Michael wrote:
> Hi, all !
> I'm trying to show data from the PostgreSQL database to the Web page,
> using WWW-SQL. I want the users to get an access to the database from the
> browsers under their own names. To achieve this I configured Apache so
> that it would authenticate an user when the user enters the directory with
> CGI-scripts. I'd like that the name and the password of the user having
> been authenticated, will be used in CGI-script for the access to the
> database.
> I can get the user's name via environment variable $REMOTE_USER, wich is
> set by Apache.
>
> Now the question: is it possible to get the password, which the user has
> entered by the authentication ?
>
> I know one solution. But it requires hacking of Apache.
>
> Thanks for any suggestions.
>
Perhaps try to use mod_perl with Apache::AuthenDBI and Apache::Authz ?!

Ciao...
--
E-Mail: Volker Hess <Volker(dot)Hess(at)avmz(dot)uni-siegen(dot)de>
Uni-GH Siegen . Medienzentrum
57068 Siegen
MZ: http://www.avmz.uni-siegen.de/ - SINFO: http:/www.uni-siegen.de/
MEDIAS: http://medias.avmz.uni-siegen.de/ - UNI-MEDIA: http://www.uni-media.de/

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Giuseppe Tanzilli 1999-06-11 09:53:02 Re: [ADMIN] Apache authentication & PostgreSQL
Previous Message Remigiusz Sokolowski 1999-06-11 06:13:29 Re: [SQL] Apache authentication & PostgreSQL