From: | Paul Hide <paul(dot)hide(at)gmail(dot)com> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | ident client authentication |
Date: | 2005-11-08 10:02:14 |
Message-ID: | b117fb190511080202r541899a7m163b4348b5440479@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
I have a problem with ident client authentication.
My server is debian sarge, pg version is 7.4.7, apache 2.0.54, mod_python
2.3. A python script is placed on the server and runs under mod_python in
apache.
I make a request from firefox on a win 2k box to this server.
If I have
local all jim trust
in my pg_hba.conf file, all is well, my python script runs and delivers the
expected output.
However, if i have
local all jim ident sameuser
I get FATAL: IDENT authentication failed for user jim, via mod-python debug
and in postgres log.
jim is both a unix user (linux) and a postgres user.
Is this what would be expected?
How can I make ident authentication work?
Any help would be appreciated, including where this message should be posted
if this list is inappropriate.
Paul Hide
From | Date | Subject | |
---|---|---|---|
Next Message | Shu Hung (Koala) | 2005-11-08 10:13:38 | database export problem |
Previous Message | Zlatko Matić | 2005-11-08 09:50:53 | autovacuum,8.1, Win |