Add -n to the example and explanation of the internal auth service.

This commit is contained in:
Brian Feldman 1999-07-24 17:19:54 +00:00
parent 2404a15a12
commit 22a8ff637d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=49059

View File

@ -1,4 +1,4 @@
# $Id: inetd.conf,v 1.37 1999/07/16 16:24:13 green Exp $
# $Id: inetd.conf,v 1.38 1999/07/23 15:49:31 sheldonh Exp $
#
# Internet server configuration database
#
@ -68,9 +68,10 @@ ntalk dgram udp wait tty:tty /usr/libexec/ntalkd ntalkd
#auth stream tcp nowait root internal
#
# Provide internally a real "ident" service which provides ~/.fakeid support,
# reports UNKNOWN as the operating system type and times out after 30 seconds.
# provides ~/.noident support, reports UNKNOWN as the operating system type
# and times out after 30 seconds.
#
#auth stream tcp nowait root internal auth -r -f -o UNKNOWN -t 30
#auth stream tcp nowait root internal auth -r -f -n -o UNKNOWN -t 30
#
# Example entry for an external ident server
#