cvsdist af3b546
# default: off
cvsdist af3b546
# description: The kerberized FTP server accepts FTP connections \
cvsdist af3b546
#              that can be authenticated with Kerberos 5.
cvsdist af3b546
service ftp
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/ftpd
cvsdist af3b546
	server_args	= -l -a
cvsdist af3b546
	log_on_failure	+= USERID
cvsdist af3b546
	disable		= yes
cvsdist af3b546
}