Re: postgresql Secure Mode

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: Mario Soto Cordones - Venezuela <msotocl(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: postgresql Secure Mode
Date: 2005-08-08 14:38:51
Message-ID: 20050808143851.GA26979@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-general

On Mon, Aug 08, 2005 at 10:24:54AM -0400, Mario Soto Cordones - Venezuela wrote:

> 3.- configure pg_hba.conf
>
> hostssl all all 192.168.0.0 255.255.255.0 MD5

I assume the connection is coming from within this network; is that
right? (What's the IP address of the client machine?)

> 4.- service postgresql stop
> 5.- service postgresql start
>
> but when I try to connect myself for example from an application EMS
> postgresql manager by means of SSL, says that it cannot authenticate
> in user

Ok, so do you have the user created in Postgres by means of CREATE USER
or createuser? Try changing the password. Also, please show us the
relevant extract of the server log file.

--
Alvaro Herrera (<alvherre[a]alvh.no-ip.org>)
"[PostgreSQL] is a great group; in my opinion it is THE best open source
development communities in existence anywhere." (Lamar Owen)

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Michael Fuhr 2005-08-08 15:00:32 Re: postgresql Secure Mode
Previous Message Mario Soto Cordones - Venezuela 2005-08-08 14:24:54 Re: postgresql Secure Mode

Browse pgsql-general by date

  From Date Subject
Next Message Michael Fuhr 2005-08-08 15:00:32 Re: postgresql Secure Mode
Previous Message Mario Soto Cordones - Venezuela 2005-08-08 14:24:54 Re: postgresql Secure Mode