File pidentd.xinetd of Package pidentd
# default: off
# description: The identd server provides a means to determine the identity
# of a user of a particular TCP connection.
#
service ident
{
socket_type = stream
protocol = tcp
wait = no
user = root
server = /usr/sbin/in.identd
server_args = -i -t120
flags = IPv6
disable = yes
}