X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fpppd.8;h=a80a51cf2788c8e08c293f1436632801f366ef72;hb=dee0aedd65a793e669b1dd3e6bdee62ca4463793;hp=f16f5c941d2aa5f848229f8e6c324d8519af3396;hpb=c6f3ae2f5c1f45d8a16b53099d84b81b96678816;p=ppp.git diff --git a/pppd/pppd.8 b/pppd/pppd.8 index f16f5c9..a80a51c 100644 --- a/pppd/pppd.8 +++ b/pppd/pppd.8 @@ -1,5 +1,5 @@ .\" manual page [] for pppd 2.4 -.\" $Id: pppd.8,v 1.68 2002/11/24 11:31:46 etbe Exp $ +.\" $Id: pppd.8,v 1.71 2003/04/25 08:57:58 fcusack Exp $ .\" SH section heading .\" SS subsection heading .\" LP paragraph @@ -827,8 +827,13 @@ expression should be enclosed in single-quotes to prevent whitespace in the expression from being interpreted by the shell. Note that it is possible to apply different constraints to incoming and outgoing packets using the \fBinbound\fR and \fBoutbound\fR qualifiers. This -option is currently only available under NetBSD, and then only if both -the kernel and pppd were compiled with PPP_FILTER defined. +option is currently only available under NetBSD or Linux, and then +only if both the kernel and pppd were compiled with PPP_FILTER defined. +.TP +.B password \fIpassword-string +Specifies the password to use for authenticating to the peer. Use +of this option is discouraged, as the password is likely to be visible +to other users on the system (for example, by using ps(1)). .TP .B persist Do not exit after a connection is terminated; instead try to reopen @@ -1386,7 +1391,7 @@ stream. .SH DIAGNOSTICS .LP Messages are sent to the syslog daemon using facility LOG_DAEMON. -(This can be overriden by recompiling pppd with the macro +(This can be overridden by recompiling pppd with the macro LOG_PPP defined as the desired facility.) In order to see the error and debug messages, you will need to edit your /etc/syslog.conf file to direct the messages to the desired output device or file.