Re: createdb.exe prompting for password on Vista

From: "Greg Quinn" <melt(at)officium(dot)co(dot)za>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Re: createdb.exe prompting for password on Vista
Date: 2007-05-28 19:13:20
Message-ID: 001801c7a15c$43c0cb00$cb426100$@co.za
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Setting the authentication option to "trust" seems to work but now I'm
worried my application won't need a password for users accessing the
database. It is a client-server application so I don't know which IP
addresses can/can't use it and I'm not relying my application to be on a
windows domain/active directory.

I'm thinking the best way to get around it is change the auth option to
trust in my installer, create the database, and then automatically set the
auth option back to "md5". Not the most elegant solution but it will work
for now.

-----Original Message-----
From: pgsql-general-owner(at)postgresql(dot)org
[mailto:pgsql-general-owner(at)postgresql(dot)org] On Behalf Of Andrew Sullivan
Sent: 28 May 2007 07:46 PM
To: pgsql-general(at)postgresql(dot)org
Subject: Re: [GENERAL] createdb.exe prompting for password on Vista

On Mon, May 28, 2007 at 07:18:47PM +0200, Greg Quinn wrote:
> And how would I enable this?
> I've tried all the created password options with no luck.

You'll need to look at
http://www.postgresql.org/docs/8.2/static/client-authentication.html.
Sorry, I know nothing about Windows, so if there's some
Windows-specific tricks, you may need to know that.

A

--
Andrew Sullivan | ajs(at)crankycanuck(dot)ca
Everything that happens in the world happens at some place.
--Jane Jacobs

---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faq

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message PFC 2007-05-28 19:37:11 Re: optimisation for a table with frequently used query
Previous Message danmcb 2007-05-28 19:00:37 optimisation for a table with frequently used query