Just to also mention that an update pulled in the newer version that overwrote my patched one, and for users who have used the previous version (1.8.18-1ubuntu0.1) now the VPN connection to fail with the error I mentioned above: `connect: failed to connect interactively: 'GDBus.Error:org.freedesktop.NetworkManager.VPN.Error.BadArguments: property “challenage-response” is invalid or not supported'`
For anybody who might have ended up here searching for this error, there's probably a clean way of fixing this through nm, but I haven't found it and what worked for me is: # Find/check the saved netplan config for this VPN: $ sudo grep challenage-response /etc/netplan/* /etc/netplan/90-NM-71d6ebf7-4c7d-4ab4-b2b9-e9f920c8f93e.yaml: vpn-secrets.challenage-response: "123456" # Remove this line: $ sudo sed -i '/vpn-secrets.challenage-response/d' /etc/netplan/* # Reload netplan $ sudo netplan apply -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2076101 Title: [SRU] Gnome openvpn saves authenticator code as password To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/network-manager-openvpn/+bug/2076101/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
