# 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
}

