Victor Hogemann escreveu:
> A resposta est� no pr�prio How-to[1] que voc� est� citando...
>
> Here's a quick-and-dirty way to bypass Postgresql password problems :
> edit your /etc/postgresql/pg_hba.conf and make the following lines look
> like this :
> # All other connections by UNIX sockets
> localallall trust
> #
> # All IPv4 connections from localhost
> hostallall127.0.0.1 <http://127.0.0.1>255.255.255.255
> <http://255.255.255.255>trust
> ... then restart Postgres. Be aware that the passwords will now be
> ignored for ALL users and ALL databases!
> 1-http://gpl.netixia.com/openxchange/openxchange-sarge-howto.html
Continuo tendo problemas para acessar o postgre, via phppgadmin.
O que eu fiz at� agora foi o segunte:
- vi /etc/postgresql/postgresql.conf
tcpip_socket = true
- vi /etc/postgresql/pg_hba.conf
local all all trust
host all all 127.0.0.1 255.255.255.255 trust
host all all all 255.255.255.255 trust
Mesmo com as altera��es acima, quando tento acessar aparecem as
seguintes
mensagens de erro.
Forbidden
You don't have permission to access /phppgadmin on this server.
Alguma id�ia do que eu estou fazendo de errado ?!?!?
--
.''`. Caio Abreu Ferreira
: :' : GNU/Linux Debian
`. `'` Linux Counter 327834
`- OpenPGP Key ID 0xCBF5FE74
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]