#    Copyright (c) 2011 Ericsson AB.
#    All rights reserved.

# default: on
# description: The telnet server serves telnet sessions; it uses \
#	unencrypted username/password pairs for authentication.
service telnet
{
	flags		= REUSE IPV6
	socket_type	= stream        
	wait		= no
	user		= root
        server         = /usr/sbin/in.telnetd
        server_args    = -L /usr/lib/siara/bin/tel_login
	log_on_failure	+= USERID
	disable		= no
}

