GNOME Bugzilla – Bug 380999
PPTP Stateless MPPE option
Last modified: 2008-08-08 03:10:28 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:
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.
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.
SVN trunk pptp now has an option to use stateless mppe. Thanks!