Re: Problem database access

Поиск
Список
Период
Сортировка
От Yann Collavoli
Тема Re: Problem database access
Дата
Msg-id 49B8F083.4090204@cict.fr
обсуждение исходный текст
Ответ на Re: Problem database access  (BRAHMA PRAKASH TIWARI <prakashr2n5@gmail.com>)
Ответы Re: Problem database access
Re: Problem database access
Список pgsql-admin
Hi, <br /><br /> If i add this line  "local   all         all                               trust", the user "toto"
canlog in phpPgAdmin but he can see the others databases. Or, I want each user to access only its own database through
phpPgAdmin(for example, user “toto” access only at the database named “toto”). I think it's possible to do that but i
don'tunderstand how...<br /><br /> Regards<br /><br /> Yann<br /><br /> BRAHMA PRAKASH TIWARI wrote: <blockquote
cite="mid:2acc2c820903120310w48f01252r1d00e4374293902c@mail.gmail.com"type="cite"><div>Hi you need to add following
enty100% it will resolve the problem</div><div> </div><div> </div><div># "local" is for Unix domain socket connections
only<br/>  local   all         all                               trust<br /><br /><br /></div><div>On Thu, Mar 12, 2009
at3:21 PM, Yann Collavoli <span><<a href="mailto:cyann@cict.fr" moz-do-not-send="true">cyann@cict.fr</a>></span>
wrote:<br/><blockquote><div>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
entryfor host "[local]", user "toto", database "template1", SSL off<br /><br /> Yann<br /><br /> Tommy Cheng wrote:
<blockquotetype="cite">Try this:<br /> host    toto     toto 0.0.0.0 0.0.0.0 md5<br /><br /><div>On Wed, Mar 11, 2009
at9:02 PM, Yann Collavoli <span><<a href="mailto:cyann@cict.fr" moz-do-not-send="true">cyann@cict.fr</a>></span>
wrote:<br/><blockquote>Hello,<br /><br /> I am trying to install a postgresql 8.1 shared server. I want each user to
accessonly 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
passwordFOR new role:<br /> Enter it again:<br /> Shall the new role be allowed TO CREATE more new roles? (y/n) n<br />
CREATEROLE<br /> -bash-3.2$ createdb -O toto -E LATIN1 toto<br /> CREATE DATABASE<br /><br /> This is the contents of
thefile pg_hba.conf :<br /> # TYPE DATABASE USER CIDR-ADDRESS METHOD<br /> LOCAL sameuser ALL md5<br /> LOCAL ALL
@adminsmd5<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
followingerror 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 href="mailto:pgsql-admin@postgresql.org"
moz-do-not-send="true">pgsql-admin@postgresql.org</a>)<br/> To make changes to your subscription:<br /><a
href="http://www.postgresql.org/mailpref/pgsql-admin"
moz-do-not-send="true">http://www.postgresql.org/mailpref/pgsql-admin</a><br/></blockquote></div><br /></blockquote><br
/><br/><pre>--  
Yann Collavoli

Tél : 05 61 36 60 20

Université Paul Sabatier
CICT
118, route de Narbonne
31062 Toulouse Cedex</pre></div></blockquote></div><br /><br /><br /> -- <br /> Brahma Prakash Tiwari<br /> Database
Administrator<br/> iBoss Tech Solution Noida<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>

В списке pgsql-admin по дате отправления:

Предыдущее
От: Ashish Karalkar
Дата:
Сообщение: Re: [GENERAL] Database separation for backup
Следующее
От: Ashish Karalkar
Дата:
Сообщение: Re: Problem database access