Search Criteria
Package Details: openconnect-sso 0.8.0-6
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 (Daklon) |
Last Packager: | Daklon |
Votes: | 14 |
Popularity: | 0.78 |
First Submitted: | 2020-02-17 16:40 (UTC) |
Last Updated: | 2024-04-29 19:58 (UTC) |
Dependencies (19)
- openconnect (openconnect-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-attrs
- python-colorama (python-colorama-gitAUR)
- python-jaraco.classes
- python-keyring
- python-lxml
- python-prompt_toolkit
- python-pyqt5 (python-pyqt5-sip4AUR, python-pyqt5-webkitAUR)
- python-pyqtwebengine (python-pyqt5-webengine)
- python-pysocks
- python-pyxdg
- python-requests
- python-structlog
- python-toml (python-toml-gitAUR)
- sudo (fake-sudoAUR, polkit-fakesudoAUR, sudo-gitAUR, doas-sudo-shimAUR, doas-sudo-shim-minimalAUR, sudo-hgAUR, sudo-selinuxAUR, fudo-gitAUR)
- python-setuptools (make)
- python-pytest (check)
- python-pytest-asyncio (check)
Latest Comments
« First ‹ Previous 1 2 3 4 Next › Last »
SandFloh commented on 2022-11-14 20:22 (UTC)
Thanks @ashwinkj, you also helped me!
LuisDamiano commented on 2022-11-14 17:50 (UTC)
Thank you @ashwinkj, I just had the same issue and your comment helped me solve it quickly enough.
ashwinkj commented on 2022-11-07 02:02 (UTC) (edited on 2022-11-10 21:52 (UTC) by ashwinkj)
After upgrading to openssl-3.0, I am getting "UNSAFE_LEGACY_RENEGOTIATION_DISABLED" error. There is a work around mentioned at issue #81.
Edit: It turns out to be a problem with outdated configuration of the server I was connecting to. But since that can be outside of our control, I will leave my comment in case it helps someone else.
MrAnno commented on 2022-09-15 15:27 (UTC) (edited on 2022-09-15 15:30 (UTC) by MrAnno)
This seems to be a python-keyring packaging issue. I'm applying a workaround until it gets investigated and fixed.
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.classes
todepends
to 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.
« First ‹ Previous 1 2 3 4 Next › Last »