Re: pg_user permissions problem (Was: Re: [HACKERS] RE: New ecgp code problem.)

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: pg_user permissions problem (Was: Re: [HACKERS] RE: New ecgp code problem.)
Дата
Msg-id 199802191431.JAA18146@candle.pha.pa.us
обсуждение исходный текст
Ответ на pg_user permissions problem (Was: Re: [HACKERS] RE: New ecgp code problem.)  (The Hermit Hacker <scrappy@hub.org>)
Список pgsql-hackers
>     I spent time with Julie last night working on this, and the
> problem comes back down to "pg_user: Permission Denied"...
>
>     I think this is a high priority problem, since it affects so many
> things.
>
>     What is the chance of (how hard would it be to?) having a hard
> coded view setup that overrides the permissions lock on pg_user?  At what
> point is the lock implemented, software level, or file system?
>

I believe the only way to fix it at this point is to remove the REVOKE
pg_user from initdb, and add a check in user.c to make sure the
permissions on pg_user are not NULL if they try and use passwords.

--
Bruce Momjian
maillist@candle.pha.pa.us

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Shared memory corruption?
Следующее
От: jwieck@debis.com (Jan Wieck)
Дата:
Сообщение: Re: [HACKERS] Solution to the pg_user passwd problem !?? (c)