blob: 21b55da9a9fdd1cb02237d4f3aa1ca6d882e2b01 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001# default: off
2# description:
3# Rlogind is a server for the rlogin program. The server provides remote
4# execution with authentication based on privileged port numbers from trusted
5# host
6#
7service login
8{
9 socket_type = stream
10 protocol = tcp
11 flags = NAMEINARGS
12 wait = no
13 user = root
14 group = root
15 log_on_success += USERID
16 log_on_failure += USERID
17 server = @SBINDIR@/tcpd
18 server_args = @SBINDIR@/in.rlogind -a
19 disable = yes
20}
21
22
23