View Single Post

   
  #2 (permalink)  
Old 04-09-2008, 10:40 AM
Tom Lane
 
Posts: n/a
Default Re: ident authentication with named localhost

David Link <dlink@soundscan.com> writes:
> Does anyone know how I can test ident?


I'd try sniffing the IP traffic to and from it with a packet sniffer
and/or tracing the daemon's system calls with strace. Manually invoking
the daemon isn't going to prove a lot, you want to watch its reaction
to Postgres.

I believe some flavors of identd have debug tracing options, too
.... check the man page ...

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster

Reply With Quote