Re: Authenticating using Windows XP login

From: "Magnus Hagander" <mha(at)sollentuna(dot)net>
To: "Richard Sydney-Smith" <richard(at)ibisau(dot)com>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: Authenticating using Windows XP login
Date: 2005-08-15 14:56:47
Message-ID: 6BCB9D8A16AC4241919521715F4D8BCE6C78A6@algol.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> Was looking to see if I could get pgAdmin to log into
> postgresql 8.0.3 on Windows XP using the current windows
> login information. Tried using the ident functionality on
> pg_hba.conf to no avail.
>
> Can someone post a link to a how to on this subject please?
>
> Also can anyone tell me if there is an active project to
> produce a "monitor" project that can sit in the task bar to
> tell us how many users, cashe hits , start stop / reload etc.

There is no such functionality available. The way to do is to put a
pgpass.conf file in the users directory that specifies a password to
use. See http://www.postgresql.org/docs/8.0/static/libpq-pgpass.html.

(Or you can enable trust authentication, but that will let anybody
connect as whatever user they chose, without a password and without any
verification whatsoever)

//Magnus

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Magnus Hagander 2005-08-15 14:57:12 Re: libpy and ENABLE_THREAD_SAFETY=1
Previous Message Poul Møller Hansen 2005-08-15 14:54:13 Re: Optimizing query