Обсуждение: Authentification via Kerberos with ProxyTicket

Поиск
Список
Период
Сортировка

Authentification via Kerberos with ProxyTicket

От
Tobias Schneider
Дата:
Hi *

We have a new web-app in our intranet and a existing database (Postgre 8). The user is login on web-app by Kerberos
(SSO). Now it's important to delegate the user ticket to database because every user has a  database user. Is there a
way to authentificate via Kerberos with ProxyTicket? I have to go this way (says my chief architect).

Have someone a link or an document with more information about ProxyTicket and Postgre?

thx
Tobias


--
________________________________________creating IT solutions
Tobias Schneider                        science + computing ag
Software Solutions                      Hagellocher Weg 73
phone +49 7071 94 57 632                72070 Tuebingen, Germany
fax   +49 7071 94 57 211                www.science-computing.de
email t.schneider@science-computing.de

--
Vorstand/Board of Management:
Dr. Bernd Finkbeiner, Dr. Roland Niemeier,
Dr. Arno Steitz, Dr. Ingrid Zech
Vorsitzender des Aufsichtsrats/
Chairman of the Supervisory Board:
Philippe Miltin
Sitz/Registered Office: Tuebingen
Registergericht/Registration Court: Stuttgart
Registernummer/Commercial Register No.: HRB 382196



Re: Authentification via Kerberos with ProxyTicket

От
"Kevin Grittner"
Дата:
Tobias Schneider <t.schneider@science-computing.de> wrote:

> We have a new web-app in our intranet and a existing database
> (Postgre 8).

Under PostgreSQL version numbering a major release number includes
the first digit past the decimal point, so you could be talking
about any of five major releases.

> The user is login on web-app by Kerberos (SSO). Now it's important
> to delegate the user ticket to database because every user has a
> database user. Is there a way to authentificate via Kerberos with
> ProxyTicket? I have to go this way (says my chief architect).
>
> Have someone a link or an document with more information about
> ProxyTicket and Postgre?

If you're on 8.4, the documentation you want is probably here:

http://www.postgresql.org/docs/8.4/interactive/auth-methods.html#GSSAPI-AUTH

-Kevin