From: Jen Selby Date: Thu, 8 Aug 2002 20:38:08 +0000 (+0000) Subject: * telnetd.c: Switched the valid and user descriptions under the -a X-Git-Tag: krb5-1.3-alpha1~531 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2a12377c19c3a1b7b5f7c5e38062219c6f6ce8f3;p=krb5.git * telnetd.c: Switched the valid and user descriptions under the -a flag git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14690 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/appl/telnet/telnetd/ChangeLog b/src/appl/telnet/telnetd/ChangeLog index 5c27eca2b..3bdfec6e7 100644 --- a/src/appl/telnet/telnetd/ChangeLog +++ b/src/appl/telnet/telnetd/ChangeLog @@ -1,3 +1,8 @@ +2002-08-08 Jen Selby + + * telnetd.c: Switched the valid and user descriptions under the -a + flag + 2002-03-26 Ken Raeburn * telnetd.c: Include fake-addrinfo.h, not fake-addrinfo.c. diff --git a/src/appl/telnet/telnetd/telnetd.8 b/src/appl/telnet/telnetd/telnetd.8 index 7c9210625..9426a0c3b 100644 --- a/src/appl/telnet/telnetd/telnetd.8 +++ b/src/appl/telnet/telnetd/telnetd.8 @@ -92,12 +92,12 @@ option. There are several valid values for .B debug Turns on authentication debugging code. .TP -.B user +.B valid Only allow connections when the remote user can provide valid authentication information to identify the remote user, and is allowed access to the specified account without providing a password. .TP -.B valid +.B user Only allow connections when the remote user can provide valid authentication information to identify the remote user. The .IR login (1)