summaryrefslogtreecommitdiffstats
path: root/gssftp.xinetd
blob: 3f9f73eb1134f2466cb001843de1daeb9c53a720 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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
}