| Summary: | [RFE] [Openconnect] csd-wrapper & os options missing | ||
|---|---|---|---|
| Product: | [Applications] systemsettings | Reporter: | Vincent Fortier <th0ma7> |
| Component: | kcm_networkmanagement | Assignee: | Jan Grulich <jgrulich> |
| Status: | REPORTED --- | ||
| Severity: | wishlist | CC: | jgrulich, megastallman, plasma-bugs-null |
| Priority: | NOR | ||
| Version First Reported In: | 5.17.4 | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Vincent Fortier
2017-03-13 11:08:16 UTC
I guess you are talking about openconnect, right? Option for csd-wrapper is already there, check the configuration dialog. Regarding --os option I'm not sure this is supported by NetworkManager-openconnect plugin as I don't even see this option in nm-connection-editor. I'll try to check it, but if it's not there then I won't be able to add support for it until it's supported by NM plugin itself. Yes you are absolutely right, the csd option is there in openconnect. I was looking at the openvpn tab by mistake but I did meant openconnect. And yes I --os option is missing and it may well be also missing from NM. Thnx in advance! Also note that in my use case I also need to pass a user name & password although the fields are missing in the "VPN (openconnect)" tab. User name and password are supposed to be passed later once you try to activate your connection. Once you do that a dialog appears requesting your user name, password etc. based on openconnect server response. ah, that explains. Then only the --os=win option is missing. For me, I use the following options: # openconnect --csd-wrapper sniffed-from-someones-mac.sh --authgroup='Somegroup' --user=someone corporate-gateway.com --os=mac-intel So that I miss the following: --authgroup --os |