Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc mention that -a valid does not work, requested by felix.
details: https://anonhg.NetBSD.org/src/rev/e36f764fb1e5
branches: trunk
changeset: 348551:e36f764fb1e5
user: christos <christos%NetBSD.org@localhost>
date: Tue Oct 25 17:16:34 2016 +0000
description:
mention that -a valid does not work, requested by felix.
diffstat:
etc/inetd.conf | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r b4b2b83d78e4 -r e36f764fb1e5 etc/inetd.conf
--- a/etc/inetd.conf Tue Oct 25 13:01:59 2016 +0000
+++ b/etc/inetd.conf Tue Oct 25 17:16:34 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: inetd.conf,v 1.58 2007/10/16 02:47:14 tls Exp $
+# $NetBSD: inetd.conf,v 1.59 2016/10/25 17:16:34 christos Exp $
#
# Internet server configuration database
#
@@ -8,6 +8,8 @@
#http stream tcp6 nowait:600 _httpd /usr/libexec/httpd httpd /var/www
#ftp stream tcp nowait root /usr/libexec/ftpd ftpd -ll
#ftp stream tcp6 nowait root /usr/libexec/ftpd ftpd -ll
+# Note: "-a valid" does not work for older telnet clients that do not support
+# authentication
#telnet stream tcp nowait root /usr/libexec/telnetd telnetd -a valid
#telnet stream tcp6 nowait root /usr/libexec/telnetd telnetd -a valid
#shell stream tcp nowait root /usr/libexec/rshd rshd -L
Home |
Main Index |
Thread Index |
Old Index