Re: Re: few more securiry questions :-)

From: Chris Albertson <calbertson(at)logicon(dot)com>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: R D <mrk279(at)yahoo(dot)com>, pgsql-admin(at)postgresql(dot)org
Subject: Re: Re: few more securiry questions :-)
Date: 2000-05-31 21:41:05
Message-ID: 393586F1.B53BA326@logicon.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin


> > 2.Why the authentication system is not integrated in
> > the system databases of pgSQL,like in MySQL for
> > example?
>
> Because there's a bootstrapping problem: You would have to connect to the
> database to change the authentication settings, but in order to connect
> you have to be authenticated.

That's not to hard to fix. You just have initdb create system catalogs
with a the required settings.

--
Chris Albertson

calbertson(at)logicon(dot)com Voice: 626-351-0089 x17
Logicon, Pasadena California Fax: 626-351-0699

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Bruce Momjian 2000-05-31 23:44:29 Re: Database/table limits ??????
Previous Message Peter Eisentraut 2000-05-31 19:35:01 Re: create view security