# default: off
# description: An implementation of the RFC1413 identification server.
service auth
{
	disable			= yes
	socket_type     = stream
	protocol        = tcp
	wait            = no
	user            = pidentd
	server          = /usr/sbin/in.identd
	server_args		= -i
	log_on_success	-= USERID
	log_on_failure	-= USERID
}
