Re: Problem database access

From: Yann Collavoli <cyann(at)cict(dot)fr>
To: Tommy Cheng <csckcac(at)gmail(dot)com>, pgsql-admin(at)postgresql(dot)org
Cc: Marielle BONNARD <bonnard(at)cict(dot)fr>
Subject: Re: Problem database access
Date: 2009-03-12 09:51:53
Message-ID: 49B8DB39.1010601@cict.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hello,,<br>
<br>
Thank you for your help but it doesn't work with the line :<br>
host    toto     toto 0.0.0.0 0.0.0.0 md5<br>
<br>
I've got the same error message :<br>
FATAL:  no pg_hba.conf entry for host "[local]", user "toto", database
"template1", SSL off<br>
<br>
Yann<br>
<br>
Tommy Cheng wrote:
<blockquote
cite="mid:2267dd9e0903120226t66d02558pabc83cec2232a253(at)mail(dot)gmail(dot)com"
type="cite">
<meta http-equiv="Context-Type" content="text/html; charset=UTF-8">
Try this:<br>
host    toto     toto 0.0.0.0 0.0.0.0 md5<br>
<br>
<div>On Wed, Mar 11, 2009 at 9:02 PM, Yann Collavoli <span>&lt;<a
moz-do-not-send="true" href="mailto:cyann(at)cict(dot)fr">cyann(at)cict(dot)fr</a>&gt;</span>
wrote:<br>
<blockquote>Hello,<br>
<br>
I am trying to install a postgresql 8.1 shared server. I want each user
to access only its own database through phpPgAdmin. For example, user
“toto” access a database named “toto”, etc.<br>
<br>
I used these lines to create the user and his database :<br>
bash-3.2$ createuser toto -P -D -A<br>
Enter password FOR new role:<br>
Enter it again:<br>
Shall the new role be allowed TO CREATE more new roles? (y/n) n<br>
CREATE ROLE<br>
-bash-3.2$ createdb -O toto -E LATIN1 toto<br>
CREATE DATABASE<br>
<br>
This is the contents of the file pg_hba.conf :<br>
# TYPE DATABASE USER CIDR-ADDRESS METHOD<br>
LOCAL sameuser ALL md5<br>
LOCAL ALL @admins md5<br>
<br>
The “postgres” user (so the administrator of the database) can log in
phpPgAdmin (without any problem). This user can see all databases. When
the user”toto” logs in phpPgAdmin, the connection failed and I get the
following error message in the postgres logs :<br>
<br>
FATAL: no pg_hba.conf entry FOR host "[local]", user "toto", DATABASE
"template1", SSL off<br>
<br>
Do you have any idea about why it doesn’t work and how to correct it?<br>
<br>
Thanks in advance for your help<br>
<br>
Regards<br>
<br>
Yann<br>
<br>
-- <br>
Yann Collavoli<br>
<br>
Tél : 05 61 36 60 20<br>
<br>
Université Paul Sabatier<br>
CICT<br>
118, route de Narbonne<br>
31062 Toulouse Cedex<br>
<br>
<br>
-- <br>
Sent via pgsql-admin mailing list (<a moz-do-not-send="true"
href="mailto:pgsql-admin(at)postgresql(dot)org">pgsql-admin(at)postgresql(dot)org</a>)<br>
To make changes to your subscription:<br>
<a moz-do-not-send="true"
href="http://www.postgresql.org/mailpref/pgsql-admin">http://www.postgresql.org/mailpref/pgsql-admin</a><br>
</blockquote>
</div>
<br>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">--
Yann Collavoli

Tél : 05 61 36 60 20

Université Paul Sabatier
CICT
118, route de Narbonne
31062 Toulouse Cedex</pre>
</body>
</html>

Attachment Content-Type Size
unknown_filename text/html 2.9 KB

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message BRAHMA PRAKASH TIWARI 2009-03-12 10:10:09 Re: Problem database access
Previous Message Yann Collavoli 2009-03-11 13:02:21 Problem database access