Re: pg_hba.conf: 'trust' vs. 'md5' Issues

From: "Jeanna Geier" <jgeier(at)apt-cafm(dot)com>
To: "Jeff Frost" <jeff(at)frostconsultingllc(dot)com>, "Alvaro Herrera" <alvherre(at)commandprompt(dot)com>
Cc: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, <pgsql-admin(at)postgresql(dot)org>, <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pg_hba.conf: 'trust' vs. 'md5' Issues
Date: 2006-09-26 17:51:06
Message-ID: 022401c6e194$5881f880$6700a8c0@geier
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-hackers

Thank you, Thank you, Thank you!! :o)

Jeff - Thanks in particular for your help on this, it is greatly
appreciated!

It was a hidden folder, but not anymore!! I found the file and re-set the
password for the 'postgres' user and can now connect using my 'md5' hostssl
connection:

hostssl all all 127.0.0.1/32 md5
______________________________

C:\msys\1.0\local\pgsql\bin>psql -d apt -U postgres
Password:
Welcome to psql 8.0.8, the PostgreSQL interactive terminal.

Type: \copyright for distribution terms
\h for help with SQL commands
\? for help with psql commands
\g or terminate with semicolon to execute query
\q to quit

SSL connection (cipher: DHE-RSA-AES256-SHA, bits: 256)

Warning: Console code page (437) differs from Windows code page (1252)
8-bit characters may not work correctly. See psql reference
page "Notes for Windows users" for details.

apt=#

Again, thanks for everyone's time and effort on this! This mailing list is
top-notch!!
-Jeanna

----- Original Message -----
From: "Jeff Frost" <jeff(at)frostconsultingllc(dot)com>
To: "Alvaro Herrera" <alvherre(at)commandprompt(dot)com>
Cc: "Jeanna Geier" <jgeier(at)apt-cafm(dot)com>; "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>;
<pgsql-admin(at)postgresql(dot)org>; <pgsql-hackers(at)postgresql(dot)org>
Sent: Tuesday, September 26, 2006 12:35 PM
Subject: Re: [ADMIN] pg_hba.conf: 'trust' vs. 'md5' Issues

> On Tue, 26 Sep 2006, Alvaro Herrera wrote:
>
>> Jeanna Geier wrote:
>>> Searched again for 'pgpass' and for the 'Application Data' directory
>>> with
>>> no luck...
>>
>> The file is called "pgpass.conf" on Windows. As for the "Application
>> Data", it may be called differently if your Windows is localized -- try
>> looking for %APPDATA%. (I think I'd do this by opening a terminal
>> window and "echo %APPDATA%" or "cd %APPDATA%").
>
> You can also just click start, run then type %appdata% and windows will
> open an explorer window in that directory. I guess it's also possible you
> need to turn on the view hidden and system directories in the explorer
> options to see/find in that directory, but I'm not sure.
>
> --
> Jeff 'Frosty' Frost - AFM #996 - Frost Consulting, LLC Racing
> http://www.frostconsultingllc.com/ http://www.motonation.com/
> http://www.suomy-usa.com/ http://www.motionpro.com/
> http://www.motorexusa.com/ http://www.lockhartphillipsusa.com/
> http://www.zoomzoomtrackdays.com/ http://www.braking.com/
>
>

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Woody Woodring 2006-09-26 17:55:08 Re: [HACKERS] pg_hba.conf: 'trust' vs. 'md5' Issues
Previous Message Jeff Frost 2006-09-26 17:35:19 Re: pg_hba.conf: 'trust' vs. 'md5' Issues

Browse pgsql-hackers by date

  From Date Subject
Next Message Woody Woodring 2006-09-26 17:55:08 Re: [HACKERS] pg_hba.conf: 'trust' vs. 'md5' Issues
Previous Message Alvaro Herrera 2006-09-26 17:41:00 Re: Too many messages from Autovacuum