Re: CREATE DATABASE WITH OWNER '??';

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: CREATE DATABASE WITH OWNER '??';
Дата
Msg-id Pine.LNX.4.21.0005070143500.502-100000@localhost.localdomain
обсуждение исходный текст
Ответ на CREATE DATABASE WITH OWNER '??';  (The Hermit Hacker <scrappy@hub.org>)
Ответы Re: CREATE DATABASE WITH OWNER '??';  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: CREATE DATABASE WITH OWNER '??';  (The Hermit Hacker <scrappy@hub.org>)
Список pgsql-hackers
The Hermit Hacker writes:

> For instance, if I go into pg_hba.conf and make a database 'passwd' auth
> only, then anyone that has a userid/passwd can connect to that database,
> regardless ...

You need to make a separate password file for each database and then write
`passwd my_pw_file' in pg_hba.conf. Should be documented somewhere
there. Hmm, then you can't change your password with ALTER USER any
more. Bummer.


-- 
Peter Eisentraut                  Sernanders väg 10:115
peter_e@gmx.net                   75262 Uppsala
http://yi.org/peter-e/            Sweden



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: You're on SecurityFocus.com for the cleartext passwords.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: pg_group_name_index corrupt?