dbTalk Databases Forums  

[BUGS] BUG #1013: Authentication doesn't work

mailing.database.pgsql-bugs mailing.database.pgsql-bugs


Discuss [BUGS] BUG #1013: Authentication doesn't work in the mailing.database.pgsql-bugs forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
PostgreSQL Bugs List
 
Posts: n/a

Default [BUGS] BUG #1013: Authentication doesn't work - 12-18-2003 , 01:55 AM







The following bug has been logged online:

Bug reference: 1013
Logged by: Keith Hankin
Email address: keith105 (AT) yahoo (DOT) com
PostgreSQL version: 7.4
Operating system: Fedora Linux
Description: Authentication doesn't work
Details:

When I start up psql, if I am not not logged in as the owner of the database, I get the following error message, even if I type the correct password:

psql: FATAL: IDENT authentication failed for user "keith"

However, when I start up psql logged in as the owner of the database, I get a proper login regardless of whether I type the proper password or not.


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

http://www.postgresql.org/docs/faqs/FAQ.html

Reply With Quote
  #2  
Old   
Tom Lane
 
Posts: n/a

Default Re: [BUGS] BUG #1013: Authentication doesn't work - 12-18-2003 , 08:50 AM






"PostgreSQL Bugs List" <pgsql-bugs (AT) postgresql (DOT) org> writes:
Quote:
When I start up psql, if I am not not logged in as the owner of the database, I get the following error message, even if I type the correct password:
psql: FATAL: IDENT authentication failed for user "keith"
This is not a bug: it's the way it's supposed to work.

If you want to use passwords for authentication, you need to select a
password-based method in pg_hba.conf. Not IDENT.

Read the administrator's guide for more detail:
http://www.postgresql.org/docs/7.4/s...ntication.html

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo (AT) postgresql (DOT) org so that your
message can get through to the mailing list cleanly


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.