Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > media > main-src > by-pkgid > 8104c6e5600a8fbbbb44d47f9febbc59 > files > 9

krb5-1.6.1-25.el5.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
}