Re: cannot connect using terminal nor pgaccess

Поиск
Список
Период
Сортировка
От Thalis A. Kalfigopoulos
Тема Re: cannot connect using terminal nor pgaccess
Дата
Msg-id Pine.LNX.4.21.0105221027480.317-100000@aluminum.cs.pitt.edu
обсуждение исходный текст
Ответ на Re: cannot connect using terminal nor pgaccess  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-admin
On Mon, 21 May 2001, Peter Eisentraut wrote:

> Jaume Teixi writes:
>
> > but why the tcp/ip also doesn't works ?
> >
> > teixi@thinkpad:~$ grep -v ^# /etc/postgresql/pg_hba.conf | grep -i host
> >
> > host         all         127.0.0.1     255.255.255.0       ident sameuser
>                                                                    ^^^^^^^^
> > host         all         0.0.0.0       0.0.0.0             reject
>
> > teixi@thinkpad:~$ psql -d template1 -U postgres -h localhost -p 5432
>   ^^^^^                                  ^^^^^^^^
> > psql: IDENT authentication failed for user 'postgres'
>
> "sameuser" means "same user".  Please read up on the details of ident
> authentication.
>
> --
> Peter Eisentraut   peter_e@gmx.net   http://funkturm.homeip.net/~peter
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org
>

I'm not that familiar with pg yet, but maybe his problem is with the auth line:
host         all         127.0.0.1     255.255.255.0       ident sameuser

How can an IP going through mask 255.255.255.0 yield x.x.x.1 ? Shouldn't the netmask be 255.255.255.255?

regards,
thalis


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

Предыдущее
От: Bhuvaneswari
Дата:
Сообщение: Error in installing pg-access
Следующее
От: Hitesh Shah
Дата:
Сообщение: Need help