]> git.ozlabs.org Git - ppp.git/commitdiff
pppd: Document chapms-strip-domain option in pppd(8) (#203)
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Sat, 2 Jan 2021 03:26:43 +0000 (04:26 +0100)
committerGitHub <noreply@github.com>
Sat, 2 Jan 2021 03:26:43 +0000 (14:26 +1100)
Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
pppd/pppd.8

index bb7e2ff1d80732263c6ce2ca33c679ba0f064970..36156d6ea9d6da4c2380f719e731728c6311cccf 100644 (file)
@@ -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