From: | Christopher Browne <cbbrowne(at)acm(dot)org> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: postgresql Secure Mode |
Date: | 2005-08-08 03:48:33 |
Message-ID: | m3psspytpq.fsf@mobile.int.cbbrowne.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin pgsql-general |
> Hi,
>
> i have a probem,.
>
> I am trying to configure postgresql in sure way, I have made the
> following thing:
>
> 1. - I have created the certificate and put this in the directory it data
> 2. - given him privileges to the user postgresql for the certificate
> 3. - in the file postgresql.conf, modify the parameters ssl = true to
> use md5 = true
> 4. - in the file pg_hba.conf adds one it lines this way hostssl all
> all 192.168.0.0/255.255.255.0 md5
> 5. - stsrt postresql
>
> But when trying to connect me says that the user cannot authenticate
>
> some idea
Hmm. Are you certain you had the password for the user stored
somewhere?
e.g...
1. Stored in the file $HOME/.pgpass?
2. Stored in some relevant environment variable ($PGPASS)?
3. Included into the DSN (e.g. - 'dbname=this password=something')
Having the cert doesn't automatically authenticate anything...
--
let name="cbbrowne" and tld="acm.org" in String.concat "@" [name;tld];;
http://cbbrowne.com/info/rdbms.html
Rules of the Evil Overlord #153. "My Legions of Terror will be an
equal-opportunity employer. Conversely, when it is prophesied that no
man can defeat me, I will keep in mind the increasing number of
non-traditional gender roles." <http://www.eviloverlord.com/>
From | Date | Subject | |
---|---|---|---|
Next Message | Mario Soto Cordones - Venezuela | 2005-08-08 12:44:44 | Re: postgresql Secure Mode |
Previous Message | Mario Soto Cordones - Venezuela | 2005-08-07 12:36:18 | postgresql Secure Mode |
From | Date | Subject | |
---|---|---|---|
Next Message | CSN | 2005-08-08 07:32:57 | Getting actual number of rows updated |
Previous Message | Jeff Eckermann | 2005-08-07 23:45:22 | Re: linking access using ODBC driver with geometric data |