diff options
author | Hans Insulander <hin@cvs.openbsd.org> | 2001-06-27 18:33:09 +0000 |
---|---|---|
committer | Hans Insulander <hin@cvs.openbsd.org> | 2001-06-27 18:33:09 +0000 |
commit | b2918709c2d749068f50fb79a64517ed4dbc233b (patch) | |
tree | a83a2c4dc35957c6e7a2d3fe37e5e80bc454b161 /libexec/telnetd | |
parent | 577a656847d5af369daeee1159aa64604edc30ad (diff) |
Document the -y flag:
Makes telnetd not warn when a user is trying to login with cleartext
passwords.
(patch sent to heimdal developers)
Diffstat (limited to 'libexec/telnetd')
-rw-r--r-- | libexec/telnetd/telnetd.8 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/libexec/telnetd/telnetd.8 b/libexec/telnetd/telnetd.8 index 06476491e23..ce47f4c1ee8 100644 --- a/libexec/telnetd/telnetd.8 +++ b/libexec/telnetd/telnetd.8 @@ -50,6 +50,7 @@ protocol server .Op Fl u Ar len .Op Fl debug .Op Fl L Ar /bin/login +.Op Fl y .Op Ar port .Sh DESCRIPTION The @@ -241,8 +242,11 @@ authentication, and can be used to temporarily disable a specific authentication type without having to recompile .Nm telnetd . -.It Fl L pathname +.It Fl L Ar pathname Specify pathname to an alternative login program. +.It Fl y +Makes telnetd not warn when a user is trying to login with cleartext +passwords. .El .Pp .Nm Telnetd |