Re: [ADMIN] pg_hba.conf and ident authentification
Check the file permissions on pg_hba.conf, I beat my head against the wall with a similar situation. Rodney Hampton ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster
Re: [ADMIN] pg_hba.conf and ident authentification
Jozef KRSSAK writes: > 4. name of my account: > krssak > > 5. pg_hba.conf: > local rocnikovy trust > hostrocnikovy 127.0.0.1 255.255.255.255 ident map > > 6. pg_ident.conf: > map krssak jozok > > 7. create user jozok; > 9. > krssak@p