summaryrefslogtreecommitdiff
blob: 76a99beba8d112883ad0d3508a119d9ce7abd0bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
service login
{
	socket_type     = stream
	protocol        = tcp
	wait            = no
	user            = root
	group           = tty
	server          = /usr/sbin/in.rlogind
	log_on_success  = PID HOST USERID EXIT DURATION
	log_on_failure  = USERID ATTEMPT
	disable         = yes
}