Re: user can't access own database after creation

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: user can't access own database after creation
Дата
Msg-id 565F61A1.2050802@hogranch.com
обсуждение исходный текст
Ответ на Re: user can't access own database after creation  (Nuno Zimas <nzimas@gmail.com>)
Ответы Re: user can't access own database after creation  (Dave Cramer <pg@fastcrypt.com>)
Re: user can't access own database after creation  (Nuno Zimas <nzimas@gmail.com>)
Список pgsql-jdbc
On 12/2/2015 1:00 PM, Nuno Zimas wrote:

what does the pg_hba.conf file look like on the ubuntu server ?


You can see the file contents here:


these three lines,
  1. host    all             all             78.47.104.116/32           trust
  2. host    all             all             62.210.69.197/32           trust
  3. host    all             all             10.10.10.99/32           trust


they state that anyone on those 3 hosts can connect as any postgres user including the superuser 'postgres' without any authentication required at all

.
Also, I see nothing in there about SSL.

-- 
john r pierce, recycling bits in santa cruz

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

Предыдущее
От: Nuno Zimas
Дата:
Сообщение: Re: user can't access own database after creation
Следующее
От: Dave Cramer
Дата:
Сообщение: Re: user can't access own database after creation