# default: off
# description:	Minimal identd server implementing the auth protocol (RFC 1413).
service auth
{
	flags		= REUSE
	socket_type	= stream
	protocol	= tcp
	wait		= no
	user		= nullidentd
	server		= /usr/sbin/nullidentd
	server_args	= mdkuser
}
