db security; user identification - Mailing list pgsql-novice

From Marcin Gil
Subject db security; user identification
Date
Msg-id 40163DD9.5020204@audax.com.pl
Whole thread Raw
Responses Re: db security; user identification
Re: db security; user identification
List pgsql-novice
I have switched identification method from 'trust' to 'md5'
for all local requests, ie:

- local all all trust
+ local all all md5

But that creates a problem:
- when restarting postgresql it waits for password;
   how can I work it around?

My target is that pgsql restarts (or starst with system init)
properly without need of entering password but every connection
should require it.

If there is no password requirement within local system,
than every user could do createdb -d dbname -U postgres and
create a database..

If I am mistaken, please point it out.

Regards,
--
   Marcin Gil :: marcin.gil@audax.com.pl


pgsql-novice by date:

Previous
From: April Carvalho
Date:
Subject: Another issue with pg_hba.conf file & dumpall
Next
From: Marcin Gil
Date:
Subject: unexpected eof