Search Criteria
Package Details: openconnect-sso 0.8.1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/openconnect-sso.git (read-only, click to copy) |
|---|---|
| Package Base: | openconnect-sso |
| Description: | Wrapper script for OpenConnect supporting Azure AD (SAMLv2) authentication |
| Upstream URL: | https://github.com/vlaci/openconnect-sso |
| Licenses: | GPL3 |
| Submitter: | MrAnno |
| Maintainer: | MrAnno |
| Last Packager: | MrAnno |
| Votes: | 20 |
| Popularity: | 0.62 |
| First Submitted: | 2020-02-17 16:40 (UTC) |
| Last Updated: | 2025-10-05 12:48 (UTC) |
Dependencies (20)
- openconnect (openconnect-gp-gitAUR, openconnect-fortisplitdnsAUR, openconnect-fortinet-saml-gitAUR, openconnect-gitAUR)
- python
- python-attrs (python-attrs-gitAUR)
- python-colorama (python-colorama-gitAUR)
- python-jaraco.classes
- python-keyring
- python-lxml
- python-prompt_toolkit
- python-pyotp
- python-pyqt6 (python-pyqt6-pre-releaseAUR)
- python-pyqt6-webengine
- python-pysocks
- python-pyxdg
- python-requests
- python-setuptools
- python-structlog
- python-toml
- sudo (sudo-gitAUR, fudo-gitAUR, run0-sudo-shim-gitAUR, doas-sudo-shim-kAUR, sudo-selinuxAUR, doas-sudo-shimAUR, doas-sudo-shim-gitAUR, run0-sudoAUR)
- python-pytest (check)
- python-pytest-asyncio (check)
Required by (1)
- ionix-openconnect-tools (optional)
Latest Comments
« First ‹ Previous 1 2 3 4 5
LuisDamiano commented on 2022-09-06 13:38 (UTC)
Thanks ashwinkj, installing python-jaraco.classes (
sudo pacman -S python-jaraco.classes) did the trick for mebred commented on 2022-09-06 07:04 (UTC) (edited on 2022-09-06 07:04 (UTC) by bred)
I've also the same problem described by ashwinkj with jaraco.classes
ashwinkj commented on 2022-09-05 23:22 (UTC)
Not sure what changed recently, but I had to add
python-jaraco.classestodependsto get it to work. Otherwise I am getting the following errorMrAnno commented on 2022-06-18 15:41 (UTC)
Sorry for the delay. I'm applying the patch submitted upstream until it is released officially.
vanja_z commented on 2022-06-14 06:41 (UTC)
If you want to get this working add this to the PKGBUILD
and paste in the following patches,
Seems really annoying that they hard code it to fail when a library has a minor update.
duhdugg commented on 2022-06-13 13:19 (UTC)
@Krasauskas I submitted a pull request upstream to fix this.
https://github.com/vlaci/openconnect-sso/pull/85
Downgrading python-pyxdg to v0.27 works in the meantime.
Krasauskas commented on 2022-06-13 09:38 (UTC)
After updating the system today I'm no longer able to connect to the VPN:
XenGi commented on 2021-12-23 18:36 (UTC) (edited on 2021-12-23 18:53 (UTC) by XenGi)
There seems to be a new issue:
Installing the v0.8.0 tag from github in a virtualenv worked fine so it seems only the AUR package has this problem.
Update: Found the issue. After the python3.10 update in Arch Linux you need to reinstall openconnect-sso. yay was just reinstalling a cached version for python3.9 in my case. So no issue, everything fine.
XenGi commented on 2021-10-27 10:08 (UTC) (edited on 2021-10-27 10:14 (UTC) by XenGi)
Upstream package is not compatible with the newest python-structlog package in arch. To fix it temporarily you can put
IgnorePkg = python-structlogin your /etc/pacman.conf. The last compatible version is 21.1.0-1.« First ‹ Previous 1 2 3 4 5