Comment 17 for bug 259168

Revision history for this message
Stef Walter (stefw) wrote : Re: Network Manager unable to connect to PPTP VPN

After looking at the source code, I got this to work by adding a gconf setting. This setting cannot be properly set from the new network-manager-pptp UI.

I added a string type gconf key called 'refuse-eap' under the gconf path of /system/networking/connections/1/vpn and set it to 'yes'

/system/networking/connections/1/vpn/refuse-eap = "yes"

Obviously the '1' number there may be different for different users.