From: | Shane Ambler <pgsql(at)Sheeky(dot)Biz> |
---|---|
To: | Simone Gadenz <s(dot)gadenz(at)geologyx(dot)it> |
Cc: | pgsql-admin(at)postgresql(dot)org |
Subject: | Re: Connecting from xp to linux server |
Date: | 2008-06-10 00:44:53 |
Message-ID: | 484DCE85.5080800@Sheeky.Biz |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
Simone Gadenz wrote:
> Shane,
>
> I attached the pg_hba.conf I have on the server. I can use pgadmin3 when
> I connect from the server itself, so I think the pg_hba on the server is
> correct.
>
> From the client machine I cannot connect through pgadmin3. Is there
> another way to test connection client server? Has pg a textual client to
> send sql statements?
>
> Thanks a lot
>
> Simone
>
>
# connections for all the pcs on the subnet
#
# TYPE DATABASE USER IP-ADDRESS IP-MASK METHOD
host all all 192.168.148.0 255.255.255.0
host all all 192.168.159.0 255.255.255.0
try adding the method to the end of these lines.
# METHOD can be "trust", "reject", "md5", "crypt", "password", "gss",
"sspi",
# "krb5", "ident", "pam" or "ldap". Note that "password" sends passwords
# in clear text; "md5" is preferred since it sends encrypted passwords.
--
Shane Ambler
pgSQL (at) Sheeky (dot) Biz
Get Sheeky @ http://Sheeky.Biz
From | Date | Subject | |
---|---|---|---|
Next Message | Tommy Cheng | 2008-06-10 02:48:08 | turn off auto index for foreign key |
Previous Message | Scott Marlowe | 2008-06-09 22:52:12 | Re: Connecting from xp to linux server |