Forgot the attachment, to go in /etc/xinetd.d/nullidentd
# default: off
# description: Minimal identd server implementing the auth protocol (RFC 1413).
# need to set a user
service auth
{
disable = yes
flags = NODELAY
socket_type = stream
protocol = tcp
wait = no
server = /usr/sbin/nullidentd
server_args = nobody
user = nobody
}-- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

