# default: on
# description: The telnet server serves telnet sessions; it uses \
#	unencrypted username/password pairs for authentication.
service telnet
{
	flags		= REUSE
	socket_type	= stream        
	wait		= no
	user		= root
	server		= /usr/sbin/in.telnetd
        # -N turns off DNS lookup of the local hostname.  If you use
        # an unqualified name as your hostname, and require a DNS
        # lookup to canonify it, remove the server_args line.
        server_args     = -N
	log_on_failure	+= USERID
	disable		= yes
}

