On Sat, 2003-11-22 at 14:41, Oliver Elphick wrote:
> As root:
> dpkg-reconfigure postgresql
Thanks !
> The actual file read by the postmaster is in $PGDATA/pg_hba.conf. On
> Debian, that should be a symbolic link to /etc/postgresql/pg_hba.conf.
> If the link has been broken, no amount of editing the wrong file will
> fix things!
Ok, this was the problem, the link to /etc/postgresql was broken !
> To allow "www-data" to connect and change identity to "wiki" you would
> need to change "sameuser" to a map name and put an associated entry in
> pg_ident.conf. See the manual for details.
Well, this was my plan two :-) But I need to make this work first !
/BL