Re: apache auth pgsql

2007-05-28 Thread Tom Allison
On May 28, 2007, at 9:00 PM, Roberto C. Sánchez wrote: On Mon, May 28, 2007 at 08:45:33PM -0400, Tom Allison wrote: On May 28, 2007, at 11:02 AM, Roberto C. Sánchez wrote: On Mon, May 28, 2007 at 07:26:05AM -0400, Tom Allison wrote: Someone suggested using mod_authn_dbd with seemed easier t

Re: [UNSURE] Re: [UNSURE] Re: apache auth pgsql

2007-05-28 Thread Tom Allison
On May 28, 2007, at 11:02 AM, Roberto C. Sánchez wrote: On Mon, May 28, 2007 at 07:26:05AM -0400, Tom Allison wrote: 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. That was me :-) Only

Re: [UNSURE] Re: [UNSURE] Re: apache auth pgsql

2007-05-28 Thread Roberto C . Sánchez
On Mon, May 28, 2007 at 08:45:33PM -0400, Tom Allison wrote: > > On May 28, 2007, at 11:02 AM, Roberto C. Sánchez wrote: > > >On Mon, May 28, 2007 at 07:26:05AM -0400, Tom Allison wrote: > >>Someone suggested using mod_authn_dbd with seemed easier to impliment > >>than this and it's part of the a

Re: [UNSURE] Re: apache auth pgsql

2007-05-28 Thread Roberto C . Sánchez
On Mon, May 28, 2007 at 07:26:05AM -0400, Tom Allison wrote: > 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. > That was me :-) > Only problem is, the module is loaded but the Directi

Re: [UNSURE] Re: apache auth pgsql

2007-05-28 Thread Tom Allison
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. Si

Re: apache auth pgsql

2007-05-26 Thread Mankuthimma
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

Re: apache auth pgsql

2007-05-26 Thread Roberto C . Sánchez
On Sat, May 26, 2007 at 11:24:00PM -0400, Tom Allison wrote: > It's part of the apache 2.2 install. > But I'm having trouble with the Directives. > > I had placed the Directives for htpasswd authentiction in the virtual > host > But when I tried to set this up using dbd it keeps complaining tha

Re: apache auth pgsql

2007-05-26 Thread Tom Allison
It's part of the apache 2.2 install. But I'm having trouble with the Directives. I had placed the Directives for htpasswd authentiction in the virtual host But when I tried to set this up using dbd it keeps complaining that the Directives for DBDriver and pretty much everything else related,

Re: apache auth pgsql

2007-05-26 Thread Roberto C . Sánchez
On Sat, May 26, 2007 at 10:21:22PM -0400, Tom Allison wrote: > OK, I couldn't find this on the debian packages. > But it looks promising... > I think that it is documented the way it is by Apache since all authentication providers are required to use a standard API. Regards, -Roberto -- Robert

Re: [SPAM] Re: apache auth pgsql

2007-05-26 Thread Tom Allison
OK, I couldn't find this on the debian packages. But it looks promising... On May 26, 2007, at 10:14 PM, Roberto C. Sánchez wrote: Returning this to the list. On Sat, May 26, 2007 at 10:08:24PM -0400, Tom Allison wrote: How is this different from the mod_auth_pgsql... Newer? Faster? Stable?

Re: apache auth pgsql

2007-05-26 Thread Roberto C . Sánchez
Returning this to the list. On Sat, May 26, 2007 at 10:08:24PM -0400, Tom Allison wrote: > How is this different from the mod_auth_pgsql... > > Newer? > Faster? > Stable? > > Don't know. I only do authentication with local files and LDAP. > On May 26, 2007, at 9:46 PM, Roberto C. Sánchez

Re: apache auth pgsql

2007-05-26 Thread Roberto C . Sánchez
On Sat, May 26, 2007 at 09:10:44PM -0400, Tom Allison wrote: > > Is this enabling of postgres authentication just a matter of > replacing these Auth related directives herein with the relevant > directives for PSQL? > http://httpd.apache.org/docs/2.2/mod/mod_authn_dbd.html Regards, -Roberto