Re: HTTP user authentication against PostgreSQL

Поиск
Список
Период
Сортировка
От Jeremy Palmer
Тема Re: HTTP user authentication against PostgreSQL
Дата
Msg-id C6B695652D5E6B4597E90C5734C024262551A0F9B0@prdlsmmsg01.ad.linz.govt.nz
обсуждение исходный текст
Ответ на Re: HTTP user authentication against PostgreSQL  (David G Johnston <david.g.johnston@gmail.com>)
Ответы Re: HTTP user authentication against PostgreSQL  (John R Pierce <pierce@hogranch.com>)
Список pgsql-general
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 another
poolof other PostgreSQL users who are not part of our Active Directory. LDAP could be used, but then we would have to
movethe current external users into the AD, and I'm not sure that can happen due to policy reasons. 

> Doing what you describe here doesn't seem to me to be a good idea as
> PostgreSQL has no provisions for making its internal catalogs usable in this
> manner - or even at all outside of the libpq protocol - for security
> reasons.  The internal user database for a system is seldom made accessible
> for other applications that do not intend to make use of the actual service
> that system is providing.
>
>I'm not apt to have any other useful suggestions but describing why you want
> to do this thing may encourage others to suggest additional alternatives.

Looking at building a JSON RESTFul API that connects to the database to performs CRUD operations.

David J.

This message contains information, which may be in confidence and may be subject to legal privilege. If you are not the
intendedrecipient, you must not peruse, use, disseminate, distribute or copy this message. If you have received this
messagein error, please notify us immediately (Phone 0800 665 463 or info@linz.govt.nz) and destroy the original
message.LINZ accepts no responsibility for changes to this email, or for any attachments, after its transmission from
LINZ.Thank You. 


В списке pgsql-general по дате отправления:

Предыдущее
От: David G Johnston
Дата:
Сообщение: Re: HTTP user authentication against PostgreSQL
Следующее
От: John R Pierce
Дата:
Сообщение: Re: HTTP user authentication against PostgreSQL