summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKozlov Dmitry <dima@server>2011-04-22 18:48:38 +0400
committerKozlov Dmitry <dima@server>2011-04-22 18:48:38 +0400
commit41d5523718f27a71500c99fdf642f48d3d9aa937 (patch)
tree3533d2b59856ffad302923e39476bb1ec06553a5
parent00ee037764b65c8e45255f804745da76f5df3704 (diff)
downloadaccel-ppp-xebd-41d5523718f27a71500c99fdf642f48d3d9aa937.tar.gz
accel-ppp-xebd-41d5523718f27a71500c99fdf642f48d3d9aa937.zip
fixed mestake about mppe option in man file
-rw-r--r--accel-pppd/accel-ppp.conf.514
1 files changed, 8 insertions, 6 deletions
diff --git a/accel-pppd/accel-ppp.conf.5 b/accel-pppd/accel-ppp.conf.5
index dc6ff97..9de33a5 100644
--- a/accel-pppd/accel-ppp.conf.5
+++ b/accel-pppd/accel-ppp.conf.5
@@ -115,18 +115,20 @@ If this option is
.B deny
then accel-ppp will deny second session authorization.
.TP
-.BI "mppe=" allow|prefere|require
+.BI "mppe=" require|prefere|deny
Specifies mppe negotioation preference.
.br
-.B allow
-- allow mppe negotiation if client requests it.
+.B require
+- ask client for mppe, if it rejects drop connection
.br
.B prefere
- ask client for mppe, if it rejects don't fail.
.br
-.B require
-- ask client for mppe, if it rejects drop connection
-Please note that RADIUS may override this option by MS-MPPE-Encryption-Policy.
+.B deny
+- deny mppe.
+.br
+Default behavior - don't ask client for mppe, but allow it if client wants.
+Please note that RADIUS may override this option by MS-MPPE-Encryption-Policy attribute.
.TP
.SH [lcp]
.br