Re: FW: [ppa-dev] Severe bug in debian - phppgadmin opens

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: FW: [ppa-dev] Severe bug in debian - phppgadmin opens
Дата
Msg-id 200111282053.fASKrB606045@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: FW: [ppa-dev] Severe bug in debian - phppgadmin opens  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
> Tom Lane writes:
> 
> > It's not that it's "okay", it's that we haven't got any good
> > alternatives.  Password auth sucks from a convenience point of view
> > (or even from a possibility point of view, for scripts; don't forget
> > the changes that you yourself recently applied to guarantee that a
> > script *cannot* supply a password to psql).  Ident auth doesn't work,
> > or isn't secure, in a lot of cases.  Kerberos, well, not a lot to
> > offer there either.  What else do you want to make the default?
> 
> unix_socket_permissions = 0700

Interesting.

This means only the super-user can connect.  Hmm, seems like an
interesting idea.  You have to _open_ up the database to other users on
your local system.  If you are running a server, you are the only person
so there is no downside.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: FW: [ppa-dev] Severe bug in debian - phppgadmin opens
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: ALTER TABLE ADD COLUMN column SERIAL -- unexpected