summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/ppp.8.m4
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1997-09-22 23:59:16 +0000
committerbrian <brian@FreeBSD.org>1997-09-22 23:59:16 +0000
commit3884570228b4fa8937f60dd6d2fcba459b3a17d3 (patch)
tree50b89e1bd1f71f2296e7205dab3ed03434607277 /usr.sbin/ppp/ppp.8.m4
parent21a8eb1d318f2fd4ee79da9aac7115e89b4bc033 (diff)
downloadFreeBSD-src-3884570228b4fa8937f60dd6d2fcba459b3a17d3.zip
FreeBSD-src-3884570228b4fa8937f60dd6d2fcba459b3a17d3.tar.gz
Don't allow accept/deny when it's not appropriate.
Log PAP/CHAP users in utmp & wtmp, allowing it to be avoided with "disable utmp"
Diffstat (limited to 'usr.sbin/ppp/ppp.8.m4')
-rw-r--r--usr.sbin/ppp/ppp.8.m448
1 files changed, 30 insertions, 18 deletions
diff --git a/usr.sbin/ppp/ppp.8.m4 b/usr.sbin/ppp/ppp.8.m4
index 9db68a7..5584ecb 100644
--- a/usr.sbin/ppp/ppp.8.m4
+++ b/usr.sbin/ppp/ppp.8.m4
@@ -1,4 +1,4 @@
-.\" $Id: ppp.8,v 1.65 1997/09/17 23:17:56 brian Exp $
+.\" $Id: ppp.8,v 1.66 1997/09/21 13:06:43 brian Exp $
.Dd 20 September 1995
.Os FreeBSD
.Dt PPP 8
@@ -1483,29 +1483,41 @@ field number is reduced to one octet rather than two.
Default: Enabled and Accepted. This option decides if Predictor 1
compression will be used.
+.It msext
+Default: Disabled. This option allows the use of Microsoft's ppp
+extensions, supporting the negotiation of the Microsoft PPP DNS
+and the Microsoft NetBIOS NS. Enabling this allows us to pass back
+the values given in "set ns" and "set nbns".
+
+.El
+The following options are not actually negotiated with the peer.
+Therefore, accepting or denying them makes no sense.
+
+.Bl -tag -width 20
.It proxy
-Default: Disabled and Denied. Unlike the other options (except
-passwdauth below), this is not negotiated with the peer. Therefore,
-accepting or denying it is of no use. Enabling this option will tell
+Default: Disabled. Enabling this option will tell
.Nm
to proxy ARP for the peer.
-.It msext
-Default: Disabled and Accepted. This option allows the use
-of Microsoft's ppp extensions, supporting the negotiation of
-the Microsoft PPP DNS and the Microsoft NetBIOS NS.
-
.It passwdauth
-Default: Disabled and Denied. Unlike the other options (except
-.Dq proxy
-above), this is not negotiated with the peer. Therefore,
-accepting or denying it is of no use. Enabling this option will
-tell the PAP authentication code to use the
+Default: Disabled. Enabling this option will tell the PAP authentication
+code to use the
.Pa passwd
file to authenticate the caller rather than the
.Pa ppp.secret
file.
+.It utmp
+Default: Enabled. Normally, when a user is authenticated using PAP or
+CHAP, and when
+.Nm
+is running in
+.Fl direct
+mode, an entry is made in the utmp and wtmp files for that user. Disabling
+this option will tell ppp not to make any utmp or wtmp entries. This is
+usually only necessary if you require the user to both login and authenticate
+themselves.
+
.El
.It add dest mask gateway
@@ -1842,12 +1854,12 @@ This sets the speed of the serial device.
This command allows the setting of the idle timer, the LQR timer (if
enabled) and the retry timer.
-.It set ns x.x.x.x
-This option allows the setting of the Microsoft PPP DNS server that
+.It set ns x.x.x.x y.y.y.y
+This option allows the setting of the Microsoft PPP DNS servers that
will be negotiated.
-.It set nbns
-This option allows the setting of the Microsoft NetBIOS DNS server that
+.It set nbns x.x.x.x y.y.y.y
+This option allows the setting of the Microsoft NetBIOS DNS servers that
will be negotiated.
.It set help|?
OpenPOWER on IntegriCloud