Re: Passwords in PSQL

Поиск
Список
Период
Сортировка
От Gavin Sherry
Тема Re: Passwords in PSQL
Дата
Msg-id Pine.LNX.4.58.0504251735140.1576@linuxworld.com.au
обсуждение исходный текст
Ответ на Passwords in PSQL  (Rafaqat Ali <smoken0@gmail.com>)
Список pgsql-hackers
On Mon, 25 Apr 2005, Rafaqat Ali wrote:

> Hello All
>         I am using
>                         \c [database] [user-name]
>        to connect to any database.
>        Any one can connect to any database. If any one knows user
> name, he/she connect to db. I want to provide some security that no
> one can connect without providing passwords. postgres uses a function
> do_coonect() for this perpose. I provide it passwords but it let me
> connect to db with any passwords provided. Can any one tell me how to
> set passwords for db user. and how can I implement password protection
> in psql.

http://www.postgresql.org/docs/8.0/static/client-authentication.html

In particular: "authentication-method".

And:

http://www.postgresql.org/docs/8.0/static/sql-createuser.html

Please address general PostgreSQL questions to the pgsql-general mailing
list in the future.

Thanks

Gavin


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

Предыдущее
От: Rafaqat Ali
Дата:
Сообщение: Passwords in PSQL
Следующее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: Passwords in PSQL