Package Details: freeipa-client 4.11.1-3

Git Clone URL: https://aur.archlinux.org/freeipa.git (read-only, click to copy)
Package Base: freeipa
Description: IPA authentication for use on clients
Upstream URL: http://www.freeipa.org/
Keywords: freeipa identity management policy trusts
Licenses: GPL3
Submitter: chenxiaolong
Maintainer: patlefort
Last Packager: patlefort
Votes: 22
Popularity: 0.000194
First Submitted: 2012-11-15 23:50 (UTC)
Last Updated: 2024-05-21 01:26 (UTC)

Latest Comments

1 2 3 4 5 6 7 Next › Last »

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.

NN777 commented on 2022-09-27 15:14 (UTC) (edited on 2022-09-27 15:16 (UTC) by NN777)

:: The following packages cannot be upgraded due to unresolvable dependencies:
      python-ipalib  python-ipaclient  freeipa-client

:: Do you want to skip the above packages for this upgrade? [y/N] 
error: failed to prepare transaction (could not satisfy dependencies)
:: unable to satisfy dependency 'python-yubico>=1.2.3' required by python-ipalib
:: unable to satisfy dependency 'python-yubico>=1.2.3' required by python-ipalib
:: unable to satisfy dependency 'python-ipalib=4.10.0-2' required by python-ipaclient
:: unable to satisfy dependency 'python-yubico>=1.2.3' required by python-ipalib
:: unable to satisfy dependency 'python-ipalib=4.10.0-2' required by python-ipaclient
:: unable to satisfy dependency 'python-ipaclient=4.10.0-2' required by freeipa-client
:: unable to satisfy dependency 'authselect' required by freeipa-client
:: unable to satisfy dependency 'yp-tools' required by freeipa-client
:: unable to satisfy dependency 'certmonger>=0.78' required by freeipa-client
:: unable to satisfy dependency 'oddjob' required by freeipa-client
:: unable to satisfy dependency 'autofs' required by freeipa-client

patlefort commented on 2022-09-26 04:56 (UTC)

I've added the patch that should fix the issue. Tell me if it's working fine.

patlefort commented on 2022-09-20 00:05 (UTC)

Thanks, I'll add that PR when it's ready.