After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 380999 - PPTP Stateless MPPE option
PPTP Stateless MPPE option
Status: RESOLVED FIXED
Product: NetworkManager
Classification: Platform
Component: VPN: pptp
git master
Other All
: Normal normal
: ---
Assigned To: Antony Mee
Antony Mee
Depends on:
Blocks:
 
 
Reported: 2006-11-30 18:37 UTC by Nathaniel McCallum
Modified: 2008-08-08 03:10 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to force stateful mppe on (1.15 KB, patch)
2006-11-30 18:50 UTC, Nathaniel McCallum
none Details | Review
Patch to create GUI option to turn on/off mppe-stateful (5.48 KB, patch)
2006-11-30 18:57 UTC, Nathaniel McCallum
none Details | Review

Description Nathaniel McCallum 2006-11-30 18:37:04 UTC
Please describe the problem:
Some PPTP connections require the 'mppe-stateless' flag to be passed.  There is currently no way to pass that option.

Steps to reproduce:
1. Try to connect to a PPTP server that requires stateless mppe
2. 
3. 


Actual results:
Authentication failure

Expected results:
Authentication success

Does this happen every time?
Yes

Other information:
Comment 1 Nathaniel McCallum 2006-11-30 18:50:47 UTC
Created attachment 77437 [details] [review]
Patch to force stateful mppe on

This patch will for mppe-stateful on for all mppe connections.  I'm not sure if this will break stateless setups or not.  If so, see next patch.
Comment 2 Nathaniel McCallum 2006-11-30 18:57:17 UTC
Created attachment 77438 [details] [review]
Patch to create GUI option to turn on/off mppe-stateful

If forcing stateful mppe on isn't appropriate, this patch creates a GUI option to enable/disable it.
Comment 3 Dan Williams 2008-08-08 03:10:28 UTC
SVN trunk pptp now has an option to use stateless mppe.  Thanks!