Re: pg_passwd file missing

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: pg_passwd file missing
Дата
Msg-id 200502240433.j1O4Xhv18209@candle.pha.pa.us
обсуждение исходный текст
Ответ на pg_passwd file missing  (Lorenza Ferrario <ferrario@itc.it>)
Список pgsql-admin
Lorenza Ferrario wrote:
> Hi,
>
> I've just sturted using postgresql 8 and I faced the following
> problem: I want to use the "password" method for the user
> authentication. In previous release, I linked the password_file to the
> dbms through the pg_passwd command, placed in the POSGTRES_HOME/bin
> directory.
>
> Though the "password" method is still available (see pg_hba.conf
> file), the pg_asswd command does not longer appear.

We removed the ability to use an /etc/passwd file in PostgreSQL.  We now
encourage using MD5 because we can prevent sniffing the password over
the wire because we random-salt the value.

We do have the new ability to reference a file with names in it using
'@'.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

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

Предыдущее
От: "S. C."
Дата:
Сообщение: Statistics Collector & Query Optimizer, any relation?
Следующее
От: JinNet Picker
Дата:
Сообщение: CVS Database