Обсуждение: Troubles with Ident Authetication

Поиск
Список
Период
Сортировка

Troubles with Ident Authetication

От
Rodrigo Tavares
Дата:
Hello,

I got use auth md5 by one user access one table.
It's so good.

And i want create other rule using auth ident.

I installed ident, and it run in port 113/TCP.

I have databases names with a same user names.

Then I put in pg_hba.conf

host    TABLE        user       192.168.1.0/24
ident sameuser
host    template1    user       192.168.1.0/24
ident sameuser

But come this error : FATAL: Ident authentication
failed for user "user"

What is happen ?

Thanks..

Faria




__________________________________________________
Fale com seus amigos  de graça com o novo Yahoo! Messenger
http://br.messenger.yahoo.com/

Re: Troubles with Ident Authetication

От
Matthias.Pitzl@izb.de
Дата:
Hm, perhaps you should check the logs if the identd is working correctly.

Greetings,
Matthias

> -----Original Message-----
> From: pgsql-admin-owner@postgresql.org
> [mailto:pgsql-admin-owner@postgresql.org] On Behalf Of Rodrigo Tavares
> Sent: Friday, December 15, 2006 1:08 PM
> To: pgsql-admin@postgresql.org
> Subject: [ADMIN] Troubles with Ident Authetication
>
>
> Hello,
>
> I got use auth md5 by one user access one table.
> It's so good.
>
> And i want create other rule using auth ident.
>
> I installed ident, and it run in port 113/TCP.
>
> I have databases names with a same user names.
>
> Then I put in pg_hba.conf
>
> host    TABLE        user       192.168.1.0/24
> ident sameuser
> host    template1    user       192.168.1.0/24
> ident sameuser
>
> But come this error : FATAL: Ident authentication
> failed for user "user"
>
> What is happen ?
>
> Thanks..
>
> Faria
>
>
>
>
> __________________________________________________
> Fale com seus amigos  de graça com o novo Yahoo! Messenger
> http://br.messenger.yahoo.com/
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 6: explain analyze is your friend
>