cvsdist c4afb89
# default: on
cvsdist c4afb89
# description: rlogind is the server for the rlogin(1) program.  The server \
cvsdist c4afb89
#	provides a remote login facility with authentication based on \
cvsdist c4afb89
#	privileged port numbers from trusted hosts.
cvsdist c4afb89
service login
cvsdist c4afb89
{
cvsdist c4afb89
	socket_type		= stream
cvsdist c4afb89
	wait			= no
cvsdist c4afb89
	user			= root
cvsdist c4afb89
	log_on_success		+= USERID
cvsdist c4afb89
	log_on_failure 		+= USERID
cvsdist c4afb89
	server			= /usr/sbin/in.rlogind
cvsdist fd1d411
	disable			= yes
cvsdist c4afb89
}