Re: [GENERAL] HTTP user authentication against PostgreSQL

2015-01-30 Thread Jeremy Palmer
Subject: Re: [GENERAL] HTTP user authentication against PostgreSQL On 1/30/2015 12:31 AM, Jeremy Palmer wrote: > The PostgreSQL DB is currently setup with Kerberos for Windows SSO, as well > as MD5 password authentication for another pool of other PostgreSQL users who > are not part of o

Re: [GENERAL] HTTP user authentication against PostgreSQL

2015-01-30 Thread John R Pierce
On 1/30/2015 12:31 AM, Jeremy Palmer wrote: The PostgreSQL DB is currently setup with Kerberos for Windows SSO, as well as MD5 password authentication for another pool of other PostgreSQL users who are not part of our Active Directory. LDAP could be used, but then we would have to move the cur

Re: [GENERAL] HTTP user authentication against PostgreSQL

2015-01-30 Thread Jeremy Palmer
David G Johnston wrote > Personally, I would consider having both Apache and PostgreSQL talk to a > LDAP database if you really need to have a single point of identity > definition. The PostgreSQL DB is currently setup with Kerberos for Windows SSO, as well as MD5 password authentication for an

Re: [GENERAL] HTTP user authentication against PostgreSQL

2015-01-29 Thread David G Johnston
Jeremy Palmer-2 wrote > I'm setting up an apache server and was wondering if it is possible to > setup HTTP user authentication against PostgreSQL authentication? I see > http://www.giuseppetanzilli.it/mod_auth_pgsql2/, but that requires a > custom username table. I want to be able to leverage the

[GENERAL] HTTP user authentication against PostgreSQL

2015-01-29 Thread Jeremy Palmer
I'm setting up an apache server and was wondering if it is possible to setup HTTP user authentication against PostgreSQL authentication? I see http://www.giuseppetanzilli.it/mod_auth_pgsql2/, but that requires a custom username table. I want to be able to leverage the PostgreSQL Authentication