How to start without password

From: Uros Gruber <uros(at)sir-mag(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: How to start without password
Date: 2002-06-08 16:39:29
Message-ID: 8344153827.20020608183929@sir-mag.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi!

I want to make very secure postgresql and not allow
connections witout passwords. I also remove all trusts
from pg_hba.conf.

Whe i start server i have to type my password. I want to know
how can i then start at boot. I can't try because I can't
boot whenever i want. I just want to be sure that if server
crash would start postgre at boot time without that pass.

And another question. I don't use tcp/ip sockets and i found
that postgre is listening on udp port

pgsql postgres 172 4 udp4 127.0.0.1:1024 127.0.0.1:1024
pgsql postgres 168 4 udp4 127.0.0.1:1024 127.0.0.1:1024

is this normal or am i missing something in config.

--
bye,
Uros mailto:uros(at)sir-mag(dot)com

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Joel Burton 2002-06-08 16:57:44 Re: How to start without password
Previous Message Ken Williams 2002-06-08 06:45:41 Re: Problem with indexes, LIMIT, ORDER BY ... DESC