Hi, I can't get oidentd (or any other ident daemon) to work.
When executing tcpdump and auth request I get following output:

Code:
m0nni:/home/user# tcpdump -l -i lo | grep auth
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on lo, link-type EN10MB (Ethernet), capture size 96 bytes
09:32:09.759903 IP localhost.localdomain.50474 > localhost.localdomain.auth: S 15791313:15791313(0) win 32767 <mss 16396,sackOK,timestamp 93321978 0,nop,wscale 0>
09:32:09.759957 IP localhost.localdomain.auth > localhost.localdomain.50474: S 8522739:8522739(0) ack 15791314 win 32767 <mss 16396,sackOK,timestamp 93321978 93321978,nop,wscale 0>

user@m0nni:~$ telnet localhost auth
Trying 127.0.0.1...
Connected to localhost.localdomain.
Escape character is '^]'.
113,50474
113 , 50474 : USERID : UNIX : nobody
Connection closed by foreign host.
It seems to reply to ident request but it is not returning username, but "nobody".