Re: Kerberos principal to dbuser mapping

From: Bear Giles <bgiles(at)coyotesong(dot)com>
To: "[Daniel]" <dah00002000(at)yahoo(dot)co(dot)uk>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Kerberos principal to dbuser mapping
Date: 2002-05-16 15:09:11
Message-ID: 200205161509.JAA30402@eris.coyotesong.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> > > Is there any existing way of making queries from
> > > postmaster (other than setting up a client
> > > connection from it)?
> >
> > There is no existing way, and none will be added in
> > the future either.
> > There are good system-reliability reasons for
> > keeping the postmaster
> > away from the database.
>
> Ok, but it seems wasteful to build primitive database
> functionality in parallell to the real database.

This issue affects mutual SSL authentication and PKIX in
addition to Kerberos. See a followup post for details....
Bottom line: we should identify and document a canonical
solution.

P.S., in the case of PKIX, there's a well-defined interface
and there's no conceptual problem with maintaining the database
via the regular client interface. Bootstrapping the system may
be another matter.

Bear

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2002-05-16 17:21:32 Updated CREATE FUNCTION syntax
Previous Message Hannu Krosing 2002-05-16 14:57:14 Re: WIN32 native ... lets start?!?