Re: authentication

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Chris Faulkner <chrisf(at)oramap(dot)com>
Cc: pgsql-cygwin(at)postgresql(dot)org, <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: authentication
Date: 2003-09-23 19:58:25
Message-ID: Pine.LNX.4.44.0309232156210.2354-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin pgsql-jdbc

Chris Faulkner writes:

> I am using postgres in the cygwin environment. I have two services set up -
> one launches it with no networking and one with networking so that it runs
> on port 5432.

You're going to have a pretty hard time connecting to a PostgreSQL server
without networking. Or what is your definition of no networking?

> # TYPE DATABASE USER IP-ADDRESS IP-MASK METHOD
> local all all password

> WHatever change I make to this, psql never prompts when running on the same
> machine.

Perhaps you're not connecting through a Unix-domain socket, but instead
via TCP/IP?

--
Peter Eisentraut peter_e(at)gmx(dot)net

In response to

Responses

Browse pgsql-cygwin by date

  From Date Subject
Next Message Chris Faulkner 2003-09-23 21:34:41 Re: [CYGWIN] authentication
Previous Message Chris Faulkner 2003-09-23 17:15:42 Re: authentication

Browse pgsql-jdbc by date

  From Date Subject
Next Message Chris Faulkner 2003-09-23 21:34:41 Re: [CYGWIN] authentication
Previous Message Chris Faulkner 2003-09-23 17:15:42 Re: authentication