annotate level1/sys/inetd.conf @ 2727:f4870404ccc9 lwtools-port

Adjusted makefile to populate inetd.conf with port number for telnet
author Boisy Pitre <boisy.pitre@nuance.com>
date Tue, 31 Jul 2012 13:56:20 -0500
parents 8a810d682594
children 99fac4bd9c41
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2489
b8efc163df71 Updated
boisy
parents:
diff changeset
1 # inetd configuration file format:
b8efc163df71 Updated
boisy
parents:
diff changeset
2 # ListenPort <server opts>,Process,Params
2554
8a810d682594 added some comments and removed testing entries
aaronwolfe
parents: 2489
diff changeset
3 # valid server options are: telnet auth protect banner
8a810d682594 added some comments and removed testing entries
aaronwolfe
parents: 2489
diff changeset
4
8a810d682594 added some comments and removed testing entries
aaronwolfe
parents: 2489
diff changeset
5 # the follow line causes inetd to listen on port 6809 and spawn 'login' for a new connection
8a810d682594 added some comments and removed testing entries
aaronwolfe
parents: 2489
diff changeset
6 # the options cause telnet protocol processing on the server, they use the server's IP address and geolocation protection
8a810d682594 added some comments and removed testing entries
aaronwolfe
parents: 2489
diff changeset
7 # to prevent undesired hosts from connecting, and cause the server to display a banner to the client prior to announcing
8a810d682594 added some comments and removed testing entries
aaronwolfe
parents: 2489
diff changeset
8 # the connection to the coco. Adding auth would cause the server to use it's own authentication prior to connecting the coco
8a810d682594 added some comments and removed testing entries
aaronwolfe
parents: 2489
diff changeset
9 # (this feature may be removed in favor of a more secure coco side authentication solution)
2489
b8efc163df71 Updated
boisy
parents:
diff changeset
10
2727
f4870404ccc9 Adjusted makefile to populate inetd.conf with port number for telnet
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2554
diff changeset
11 %TELNET_PORT% telnet protect banner,login,