@patlefort Still getting the same issue as @pavkamic with 4.12.
Search Criteria
Package Details: python-ipaclient 4.12.4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/freeipa.git (read-only, click to copy) |
---|---|
Package Base: | freeipa |
Description: | Python libraries used by IPA client |
Upstream URL: | http://www.freeipa.org/ |
Keywords: | freeipa identity management policy trusts |
Licenses: | GPL-3.0-only |
Submitter: | chenxiaolong |
Maintainer: | patlefort |
Last Packager: | patlefort |
Votes: | 24 |
Popularity: | 0.000808 |
First Submitted: | 2012-11-15 23:50 (UTC) |
Last Updated: | 2025-06-19 22:01 (UTC) |
Dependencies (22)
- freeipa-client-commonAUR
- freeipa-commonAUR
- python-dnspython (python-dnspython-gitAUR)
- python-ipalibAUR
- python-jinja
- ding-libs (make)
- gettext (gettext-gitAUR) (make)
- krb5 (krb5-gitAUR) (make)
- libsasl (make)
- libxmlrpc (make)
- nspr (nspr-hgAUR) (make)
- nss (nss-hgAUR) (make)
- openldap (openldap-gnutlsAUR) (make)
- openssl (openssl-gitAUR, openssl-staticAUR, openssl-aegisAUR) (make)
- popt (popt-gitAUR) (make)
- python (python37AUR) (make)
- python-jinja (make)
- python-pyasn1-modules (make)
- python-setuptools (make)
- python-systemd (make)
- Show 2 more dependencies...
Required by (1)
Sources (6)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 10 Next › Last »
CupricReki commented on 2024-06-03 22:56 (UTC)
patlefort commented on 2024-06-02 13:00 (UTC)
I've included the pgp keys in keys/pgp
of this package. Let me know if it still happen on version 4.12.
pavkamlc commented on 2024-06-02 12:01 (UTC) (edited on 2024-06-02 12:11 (UTC) by pavkamlc)
With version 4.11.1-3 I have this problem with or without downgraded python-crypthography:
2024-06-02T11:57:11Z ERROR unable to convert the attribute 'cacertificate;binary' value b'0\x82\x04\x8b0\x82\x0......xe2' to type <class 'cryptography.x509.base.Certificate'>
Now is there newer version 4.12.0-2 which I cannot upgrade because unknown pgp key:
gpg: error reading key: No public key
pub rsa4096 2017-11-28 [SC]
0E63D716D76AC080A4A33513F40800B6298EB963
uid [ unknown] FreeIPA Master Signing Key
:: PGP keys need importing:
-> D756764D4D7E297C6DAD117269876F72A6E2D34F, required by: freeipa
:: Import? [Y/n]
:: Importing keys with gpg...
gpg: keyserver receive failed: No data
-> problem importing keys
DVS999 commented on 2024-05-23 22:24 (UTC)
Hoping this may help other people. I've had a few problems with freeipa (specifically ipa-client-install) with the current python-cryptography package, 42.0.6-1 at the time of writing.
retrieving schema for SchemaCache url=ldap://xxx.xxx.xxx:389 conn=<ldap.ldapobject.SimpleLDAPObject object at 0x792aa8a01790>
unable to convert the attribute 'cacertificate;binary' value b'0\x82\x04\xac0\x82\x03\x14\xa0\x03\x02\x01\........
I forced a downgrade of python-cryptography and ipa-client-install then completed without issue.
python3 -m pip install --break-system-packages cryptography==37.0.4
Probably not the best solution but solved my immediate problem.
moejoe commented on 2024-05-20 22:14 (UTC)
python-urllib3 is missing as a dependency. the ipa-client-install helper fails without it.
Traceback (most recent call last):
File "/usr/lib/python3.12/site-packages/ipalib/x509.py", line 56, in <module>
from urllib3.util import ssl_match_hostname
ModuleNotFoundError: No module named 'urllib3'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/bin/ipa-client-install", line 22, in <module>
from ipaclient.install import ipa_client_install
File "/usr/lib/python3.12/site-packages/ipaclient/install/ipa_client_install.py", line 7, in <module>
from ipaclient.install import client
File "/usr/lib/python3.12/site-packages/ipaclient/install/client.py", line 37, in <module>
from ipalib import api, errors, x509
File "/usr/lib/python3.12/site-packages/ipalib/__init__.py", line 921, in <module>
from ipalib.frontend import Command, LocalOrRemote, Updater
File "/usr/lib/python3.12/site-packages/ipalib/frontend.py", line 31, in <module>
from ipalib.parameters import create_param, Param, Str, Flag
File "/usr/lib/python3.12/site-packages/ipalib/parameters.py", line 125, in <module>
from ipalib.x509 import (
File "/usr/lib/python3.12/site-packages/ipalib/x509.py", line 58, in <module>
from urllib3.packages import ssl_match_hostname
ModuleNotFoundError: No module named 'urllib3'
sumebrius commented on 2024-05-11 04:59 (UTC)
@patlefort Are you able to kindly bump the pkgrel for this package (and python-ipalib)?
The package needs rebuilding against python3.12 after its release, and bumping the pkgrel will trigger that for quite a few folks' workflows.
thurstylark commented on 2023-07-13 09:50 (UTC)
This package requires systemd at least as a makedep. It currently fails to build in a clean chroot.
NN777 commented on 2022-09-27 22:52 (UTC)
roger that, thanks
patlefort commented on 2022-09-27 22:23 (UTC)
@NN777: You simply need to install the dependencies.
Pinned Comments
patlefort commented on 2024-07-23 11:37 (UTC)
Keys are in
keys/pgp
of this package.