Re: Where is the msi-setup described ?

From: Matthias(dot)Pitzl(at)izb(dot)de
To: Josef(dot)Springer(at)joops(dot)com
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Where is the msi-setup described ?
Date: 2006-09-19 11:09:41
Message-ID: 11EC9A592C31034C88965C87AF18C2A70CFC50@m0000s61
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi Josef!

You need a line looking like this one:

host all all 0.0.0.0 0.0.0.0 md5

This would enable every client to connect to all databases on the server
with using MD5 hashed passwords.
The two lines posted by you are just rules for localhost. One is for IPv4,
the other for IPv6.
Further explanations can be found at
http://www.postgresql.org/docs/8.1/interactive/client-authentication.html
<http://www.postgresql.org/docs/8.1/interactive/client-authentication.html>

Greetings,
Matthias

-----Original Message-----
From: pgsql-admin-owner(at)postgresql(dot)org
[mailto:pgsql-admin-owner(at)postgresql(dot)org] On Behalf Of Josef Springer
Sent: Tuesday, September 19, 2006 1:00 PM
To: Magnus Hagander
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: [ADMIN] Where is the msi-setup described ?

Hi Magnus,

i must explain my users how to maintain.
The menu opens the dialog pgAdminIII - Backend Access Configuration Editor
with 6 colomns:

Type
Database
User
IP-Address
Method
Option

host
all
all
127.0.0.1/32
md5


host
all
all
::1/128
md5

Is all required option set ? If no, what is required to access from any
client ?

Josef

Browse pgsql-admin by date

  From Date Subject
Next Message Andrea Gozzi 2006-09-19 11:19:21 Re: Where is the msi-setup described ?
Previous Message Josef Springer 2006-09-19 11:00:15 Re: Where is the msi-setup described ?