summaryrefslogtreecommitdiff
path: root/pppd/pppd.8
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2021-01-02 04:26:43 +0100
committerGitHub <noreply@github.com>2021-01-02 14:26:43 +1100
commit18ad641f94c72e1dcdd8189b991c339e5bdde966 (patch)
tree5257aefcf20371112fc9ce09d8c4119ff058030d /pppd/pppd.8
parentd0ccb87156c295da4f679f35936a976cea46d38c (diff)
downloadppp-18ad641f94c72e1dcdd8189b991c339e5bdde966.tar.gz
pppd: Document chapms-strip-domain option in pppd(8) (#203)
Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Diffstat (limited to 'pppd/pppd.8')
-rw-r--r--pppd/pppd.86
1 files changed, 6 insertions, 0 deletions
diff --git a/pppd/pppd.8 b/pppd/pppd.8
index bb7e2ff..36156d6 100644
--- a/pppd/pppd.8
+++ b/pppd/pppd.8
@@ -303,6 +303,12 @@ to \fIn\fR seconds (default 3).
.B chap-timeout \fIn
Set timeout for CHAP authentication by peer to \fIn\fR seconds (default 60).
.TP
+.B chapms\-strip\-domain
+Some Windows 9x/ME clients might be transmitting the MS domain before the
+username in the provided client name. This option enables stripping the domain
+from the client name on the server side before matching it against the secret
+file.
+.TP
.B child\-timeout \fIn
When exiting, wait for up to \fIn\fR seconds for any child processes
(such as the command specified with the \fBpty\fR command) to exit