Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > e78fe3c46173d403b6d882676769c8e1 > files > 6

krb5-appl-1.0.1-8.fc15.src.rpm

# default: off
# description: The kerberized FTP server accepts FTP connections \
#              that can be authenticated with Kerberos 5.
service ftp
{
	flags		= REUSE
	socket_type	= stream        
	wait		= no
	user		= root
	server		= /usr/kerberos/sbin/ftpd
	server_args	= -l -a
	log_on_failure	+= USERID
	disable		= yes
}