roger that, thanks
Search Criteria
Package Details: freeipa-client 4.12.2-1
Package Actions
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: | 24 |
Popularity: | 0.93 |
First Submitted: | 2012-11-15 23:50 (UTC) |
Last Updated: | 2024-09-02 18:01 (UTC) |
Dependencies (37)
- authselectAUR
- autofsAUR
- bind-tools (bind-developmentAUR, bind-gitAUR, bind)
- certmongerAUR
- chrony
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- cyrus-sasl-gssapi
- freeipa-client-commonAUR
- freeipa-commonAUR
- krb5 (krb5-gitAUR)
- libxmlrpc
- nfs-utils
- nfsidmap
- nss (nss-hgAUR)
- ntp (ntpsec-gitAUR, ntpsecAUR)
- oddjob-selinuxAUR
- python-augeas
- python-gssapi
- python-ipaclientAUR
- sssd (sssd-gitAUR, sssd-nosmbAUR)
- Show 17 more dependencies...
Required by (0)
Sources (4)
NN777 commented on 2022-09-27 22:52 (UTC)
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.
ABotelho commented on 2022-09-19 23:45 (UTC) (edited on 2022-09-19 23:47 (UTC) by ABotelho)
Looks like python-cryptography is breaking things for FreeIPA Client; it's basically this issue: https://jasonralph.org/?p=997
I had to downgrade to 37.X to get SSSD to not crash at boot.
Edit: https://github.com/freeipa/freeipa/pull/6459
Looks like we should be getting a fix fairly soon.
patlefort commented on 2021-10-07 21:58 (UTC)
I've updated the dependency. If you are having trouble updating, try removing xmlrpc-c
with pacman -Rdd xmlrpc-c
and install libxmlrpc
with pacman -S libxmlrpc
.
xenu commented on 2021-10-04 12:58 (UTC)
xmlrpc-c dependency has been replaced by libxmlrpc.
patlefort commented on 2021-04-06 23:28 (UTC)
I've bumped the version to 4.9.2. 4.9.3 is missing the asc file atm. I've fixed most of the issues mentioned below.
yaleman commented on 2021-03-27 23:00 (UTC)
You'll need to import the GPG key of the FreeIPA Signer
, from here: https://www.freeipa.org/page/Verify_Release_Signature
$ gpg --keyserver pool.sks-keyservers.net --recv-keys 0xF40800B6298EB963 0xA1FBA5F7EF8C4869
gpg: /home/username/.gnupg/trustdb.gpg: trustdb created
gpg: key A1FBA5F7EF8C4869: public key "Tomas Krizek <tomas.krizek@nic.cz>" imported
gpg: key F40800B6298EB963: public key "FreeIPA Master Signing Key" imported
gpg: Total number processed: 2
gpg: imported: 2
Pinned Comments
patlefort commented on 2024-07-23 11:37 (UTC)
Keys are in
keys/pgp
of this package.