dbTalk Databases Forums  

[BUGS] BUG #1227: authentiation failed via web

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


Discuss [BUGS] BUG #1227: authentiation failed via web in the mailing.database.pgsql-bugs forum.



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

Default [BUGS] BUG #1227: authentiation failed via web - 08-21-2004 , 06:15 AM







The following bug has been logged online:

Bug reference: 1227
Logged by: Tobias

Email address: tobias.kaboth (AT) arcor (DOT) de

PostgreSQL version: 7.4.2

Operating system: Fedora Core 2

Description: authentiation failed via web

Details:

Hello,
i tried an DB-update from an old version (?) to 7.4.2 (FC2 package).
I have only a ascii-dump (pg_dumpall) and tried it with psql < file. After
that i can't connect via browser. The webserver and the database is
installed on the same server.
First i add a DB and a user.

My pg_hba.conf:

try 1:
------
local all all ident sameuser

try 2:
------
local all all ident trust

try 3:
------
local all all ident trust
host all all 127.0.0.1 255.255.255.255 trust

try 4:
------
local all all ident trust
host all all 127.0.0.1 255.255.255.255 trust
host all all 192.23.21.137 255.255.255.255 trust

nothing happens in a real way, so i tried to
- created new DBs
- edited ph_hba.conf agn and agn
- granted the tables, views...
- try to give passwords to the DB-users with with psql- and bash-commands.
- edited my DB-dump
- use the -i command
- looked to /var/log/messages for other errors as described on the top
- searching for other logs
- giva a homedir, a password and a shell to user apache

I think it's a bug in the application.
I don't find the right sentences in the docu in the last weeks and i hope
that the bug can found.
I hope it is not my fault.

Greetings,
Tobias



---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org

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.