Re: Authentication

Поиск
Список
Период
Сортировка
От will trillich
Тема Re: Authentication
Дата
Msg-id 20010516002756.N29095@serensoft.com
обсуждение исходный текст
Ответ на Authentication  ("Christine Kluka" <klukac@c4.com>)
Список pgsql-general
On Mon, May 14, 2001 at 02:26:46PM -0000, Christine Kluka wrote:
> I am trying to connect to postgres from a cgi script.  In
> order for it to connect to postgres, I need to create a new
> postgres user that matches the Unix owner of my Web files.  I
> don't get an error on create user, but I cannot find a
> pg_shadow file.  Is the pg_shadow file supposed to be in my
> pgsql directory or is it generated by a command somewhere?

pg_shadow is one of the postgres database files.

    % psql
    > \dS

also try

    > \d pg_user

it's neat to discover how they hide those passwords.

--
What do I need manners for? I already got me a wife.
    -- Adam Pontipee, "Seven Brides for Seven Brothers"

will@serensoft.com
http://sourceforge.net/projects/newbiedoc -- we need your brain!
http://www.dontUthink.com/ -- your brain needs us!

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

Предыдущее
От: Mike Mascari
Дата:
Сообщение: RE: SQL help...
Следующее
От: will trillich
Дата:
Сообщение: Re: Re: Bug with timestamp !!!