Comment 11 for bug 371402

Revision history for this message
David Jordan (dmj726) wrote :

I made a fix for this bug:

 0c39c37fe4a395529bb7025027f60931152fd6ac on 'master' and 814bccb6d7d103b1e0ec3338c3140cb43a39b91d on 0.7.x branch

properties: really fix saving MPPE settings (lp:371402)NETWORKMANAGER_0_7
Found by David Jordan and others Fixed for some, but broken for others by commit 22d8b96a294673431a94c4976870cfbd2746d469. REQUIRE_MPPE will pass --require-mppe to pppd, which will let pppd accept both 128 and 64 bit connections. Some servers have policy that will reject clients that accept lower-security encryption, so setting REQUIRE_MPPE only when neither 128 or 64 are set is the right fix.

This fix should be incorporated into Karmic before the final, and backported to Jaunty if possible.