6108625cb9
now makes use of login.conf and login.access. This is performed by using FreeBSD login(1) instead of MIT KRB5 login.krb5(8). The MIT KRB5 login.krb5(8) can still be used by specifying "-L" in the klogind and telnetd arguments in inetd.conf. This is documented in a new file called README.FreeBSD. Reviewed by: nectar
22 lines
795 B
Groff
22 lines
795 B
Groff
--- appl/telnet/telnetd/telnetd.8.orig Wed Feb 28 14:06:51 2001
|
|
+++ appl/telnet/telnetd/telnetd.8 Mon Dec 31 21:16:55 2001
|
|
@@ -43,7 +43,7 @@
|
|
[\fB\-k\fP] [\fB\-n\fP] [\fB\-r\fP\fIlowpty-highpty\fP] [\fB\-s\fP]
|
|
[\fB\-S\fP \fItos\fP] [\fB\-U\fP] [\fB\-X\fP \fIauthtype\fP]
|
|
[\fB\-w\fP [\fBip\fP|\fImaxhostlen\fP[\fB,\fP[\fBno\fP]\fBstriplocal\fP]]]
|
|
-[\fB\-debug\fP [\fIport\fP]]
|
|
+[\fB\-debug\fP] [\fB\-L\fP \fIloginpath\fP] [\fIport\fP]
|
|
.SH DESCRIPTION
|
|
The
|
|
.B telnetd
|
|
@@ -221,6 +221,10 @@
|
|
in response to a
|
|
.SM DO TIMING-MARK)
|
|
for kludge linemode support.
|
|
+.TP
|
|
+\fB\-L\fP \fIloginpath\fP
|
|
+Specify pathname to an alternative login program. Default: /usr/bin/login.
|
|
+KRB5_HOME/sbin/login.krb5 may be specified.
|
|
.TP
|
|
.B \-l
|
|
Specifies line mode. Tries to force clients to use line-at-a-time
|