cvsdist af3b546
# default: off
cvsdist af3b546
# description: The kerberized rlogin server accepts BSD-style rlogin sessions, \
cvsdist af3b546
#              but uses Kerberos 5 authentication.
cvsdist af3b546
service klogin
cvsdist af3b546
{
cvsdist af3b546
	flags		= REUSE
cvsdist af3b546
	socket_type	= stream        
cvsdist af3b546
	wait		= no
cvsdist af3b546
	user		= root
cvsdist af3b546
	server		= /usr/kerberos/sbin/klogind
cvsdist af3b546
	server_args	= -5
cvsdist af3b546
	disable		= yes
cvsdist af3b546
}