Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#62472 - [networkmanager-openconnect] group and username is not saved
Attached to Project:
Arch Linux
Opened by Jonathan Eom (jonnyeom) - Thursday, 25 April 2019, 14:55 GMT
Last edited by Toolybird (Toolybird) - Friday, 02 June 2023, 23:38 GMT
Opened by Jonathan Eom (jonnyeom) - Thursday, 25 April 2019, 14:55 GMT
Last edited by Toolybird (Toolybird) - Friday, 02 June 2023, 23:38 GMT
|
DetailsDescription:
This used to work but no longer does. When connecting to Anyconnect through openconnect, Group/Username credentials are not being saved. Additional info: * package version(s): networkmanager-openconnect 1.2.5dev+110+g524a2e0-2, openconnect 1:8.02-1, networkmanager 1.16.0-1 Steps to reproduce: 1. Configure a VPN Connection with Cisco Anyconnect or openconnect VPN Protocol 2. Choose Group, Enter Username/password, check password save dialog 3. disconnect and connect again. Actual results: group is not chosen in dialog username is not shown in dialog but password is saved (Shown as bullets) login failed is shown when you try to login without re-entering group/username. Expected results: group/username should also be saved. |
This task depends upon
Closed by Toolybird (Toolybird)
Friday, 02 June 2023, 23:38 GMT
Reason for closing: No response
Additional comments about closing: Plus it's old and stale. If still an issue, please report upstream.
Friday, 02 June 2023, 23:38 GMT
Reason for closing: No response
Additional comments about closing: Plus it's old and stale. If still an issue, please report upstream.
This includes
* `certificate`
* `form:main:group_list`
* `form:main:username`
* `save_passwords`
`lasthost` is being saved However. but that is about it.
networkmanager 1.20.2-1
networkmanager-openconnect 1.2.6-1
openconnect 1:8.05-1
I am currently running version 1.2.6-1.
gnome-shell - https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/2105
network-manager - https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/issues/328
As a current workaround,
```
nmcli con mod VPNNAME vpn.secrets 'form:main:group_list=GROUPNAME','form:main:username=USERNAME','save_passwords=yes'
```