Someone suggested using mod_authn_dbd with seemed easier to impliment
than this and it's part of the apache2 installation, which was also a
plus for it.
Only problem is, the module is loaded but the Directives aren't
recognized in httpd.conf.
Example: 'DBDriver pgsql' is not recognized.
Since this is "step #1" in the configuration I'm kind of at a loss on
how to proceed.
Or am I expected to also load in mod_auth_pgsql in the same fashion
that DBI requires DBD::Pg?
On May 27, 2007, at 12:55 AM, Mankuthimma wrote:
Hi,
Here's a link that you can use:
http://www.giuseppetanzilli.it/mod_auth_pgsql2/
Needless to say, you need to have
libapache2-mod-auth-pgsql - Module for Apache2 which provides pgsql
authentication
installed
shashi
On 5/27/07, Tom Allison <[EMAIL PROTECTED]> wrote:
I would like to set up my auth mechanism for apache through
postgresql.
I picked up the .deb for it. But I'm not sure about the .htpassword
idea.
I currently use a flat file for authentication.
I loaded it under the default virtual host as follows (I'm not sure
that this is the best place to put it, but it works and yes I want
the entire site to be protected.
<VirtualHost *>
ServerAdmin [EMAIL PROTECTED]
DocumentRoot /var/www/
<Directory />
Options FollowSymLinks
AllowOverride None
AuthType Basic
AuthName "Just Email"
AuthUserFile /etc/apache2/justemail_passwd
Require valid-user
Is this enabling of postgres authentication just a matter of
replacing these Auth related directives herein with the relevant
directives for PSQL?
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact
[EMAIL PROTECTED]
--
- Shashishekhar S