RE: Novato con PostgreSQL

From: "Reynier Perez Mira" <rperezm(at)uci(dot)cu>
To: "Alvaro Herrera" <alvherre(at)commandprompt(dot)com>
Cc: "Silvio Quadri" <silvioq(at)gmail(dot)com>, <pgsql-es-ayuda(at)postgresql(dot)org>
Subject: RE: Novato con PostgreSQL
Date: 2008-01-22 17:01:03
Message-ID: EC5E9DCE5D152B468D2854F9B132D4DD010C5FB5@ucixw2.uci.cu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

Hola Alvaro:

> Tienes que configurar la autentificacion en pg_hba.conf --
> probablemente cambiar el "ident sameuser" por "md5".

# Database administrative login by UNIX sockets
local all postgres ident sameuser

# TYPE DATABASE USER CIDR-ADDRESS METHOD
# "local" is for Unix domain socket connections only
local all all ident sameuser
# IPv4 local connections:
host all all 127.0.0.1/32 md5
# IPv6 local connections:
host all all ::1/128 md5

Debo cambiarlo en ambos o caso contrario en cual de ellos?
Ing. Reynier Pérez Mira

In response to

Responses

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Reynier Perez Mira 2008-01-22 17:03:25 RE: Novato con PostgreSQL
Previous Message Silvio Quadri 2008-01-22 16:58:06 Re: Novato con PostgreSQL