Re: crypt autorization

Поиск
Список
Период
Сортировка
От Calvin NG
Тема Re: crypt autorization
Дата
Msg-id 20010716132631.B60544@brel.com
обсуждение исходный текст
Ответ на Re: crypt autorization  ("Rashid N. Achilov" <shelton@sentry.granch.ru>)
Список pgsql-admin
Greetings,

  Ahh, using crypt. I am probably wrong, but I think the frontend
  tools (i.e. psql) do not know how to do crypt.  I mean there are
  no options to tell itwhen to send clear text, and when to send
  "crypt" password.  And I am pretty sure the frontend tools do
  not refer to pg_hba.conf as this is a backend file.

  You can probably only use/test "crypt" in your own applications.

  In any case, if you are concerned about sending password over the
  internet, crypt is not going to improve security much.  IMHO, You
  might be better off exploring how to use ssh to tunnel the database
  communication.

Regards,
/calvin

lines with :> are quotes from Rashid N. Achilov's email
:> On Saturday 14 July 2001 18:17, you wrote:
:> > Greetings,
:> >
:> >   use pg_passwd to create the pwd file,
:> >   e.g.
:> >     # pg_passwd /usr/local/pgsql/data/pg_pwd
:> >   this will prompt you for the user ID, and then the password (and
:> > confirmation).
:> >
:> >   I would suggest executing the command as the user running the database
:> > daemon.
:>
:> As root...:-) I did this, and change passowrd in password file from
:> pg_hba.conf. Anything, `psql -d template1 -U shelton` said "Password
:> authentication failed for user 'shelton'" ('shelton' exist in pg_pwd and
:> password file). And pg_pwd zeroed when I create/drop users through
:> 'createuser' or 'dropuser' scripts. I don't doubt about pg_pwd. I doubt, how
:> can I setup 'crypt' autorization type. I wouldn't like clear password in
:> network...
:> --

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

Предыдущее
От: "Rashid N. Achilov"
Дата:
Сообщение: Re: crypt autorization
Следующее
От: Lockhurst
Дата:
Сообщение: Strange problem in Delphi-ODBC-Postgres_NT connectivity