Re: Authenticating from a web service call

Поиск
Список
Период
Сортировка
От Raymond O'Donnell
Тема Re: Authenticating from a web service call
Дата
Msg-id 4F638C7F.2060905@iol.ie
обсуждение исходный текст
Ответ на Authenticating from a web service call  (Bryan Montgomery <monty@english.net>)
Ответы Re: Authenticating from a web service call  (Bryan Montgomery <monty@english.net>)
Список pgsql-general
On 16/03/2012 18:39, Bryan Montgomery wrote:
> Hello,
> We are looking at implementing a web service that basically makes calls
> to the database.
>
> I have been thinking about ways to secure the web service based on the
> database.
>
> I initially thought about just connecting to the database as the user
> with parameters passed through the web service - however I don't know
> how to do that other than clear text passwords.

Postgres supports connections over SSL - will this do the job?

http://www.postgresql.org/docs/9.1/static/ssl-tcp.html

Ray.


--
Raymond O'Donnell :: Galway :: Ireland
rod@iol.ie

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

Предыдущее
От: Bryan Montgomery
Дата:
Сообщение: Authenticating from a web service call
Следующее
От: Bosco Rama
Дата:
Сообщение: Re: Zero-length character breaking query?