Search Criteria
Package Details: python-ipaclient 4.8.10-1
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: | |
Submitter: | chenxiaolong |
Maintainer: | backerman |
Last Packager: | backerman |
Votes: | 19 |
Popularity: | 0.034803 |
First Submitted: | 2012-11-15 23:50 |
Last Updated: | 2020-10-22 03:35 |
Dependencies (20)
- python-jinja
- freeipa-client-common=4.8.10-1
- freeipa-common=4.8.10-1
- python-ipalib=4.8.10-1
- python-dnspython>=1.15 (python-dnspython-git, python-dnspython1.16)
- ding-libs (make)
- gettext (gettext-git) (make)
- libsasl (make)
- nspr (nspr-hg) (make)
- nss (nss-hg) (make)
- openldap (make)
- openssl (libressl-git, openssl-purify, openssl-zlib, openssl-git, openssl-weak-ciphers, openssl-hardened) (make)
- popt (popt-deb) (make)
- python (python-dbg) (make)
- python-jinja (make)
- python-pyasn1-modules (make)
- python-setuptools (make)
- sssd>=1.13.0 (sssd-nosmb, sssd-git) (make)
- krb5>=1.15.1 (krb5-git, krb5-minimal-git) (make)
- xmlrpc-c>=1.27.4 (xmlrpc-c-svn) (make)
Latest Comments
1 2 3 4 5 6 Next › Last »
fishbone222 commented on 2020-12-11 12:45
ipa-client-install fails after the update:
asbhad2c commented on 2020-09-15 09:53
to get past the issues reported by yougotborked, I had to:
1) install unlisted build dependencies:
2) install unlisted dependencies from AUR:
3) fix around things arch does not have (but Fedora/CentOS do)
Its about the presence of these files and dirs.
After that freeipa-client did build and a join using
ipa-client-install
... succeeded.To get users visible (ie with
id
) I then had to:4) manually setup
nsswitch.conf
by adding to the top:To get users authenticated I had to:
5) manually setup PAM as described here https://wiki.archlinux.org/index.php/LDAP_authentication#PAM_Configuration_2
the last two are apparently necessary cause arch has no authconfig.
crazzyfool commented on 2020-08-24 18:01
Same issue as yougotborked :-(
yougotborked commented on 2020-07-23 03:56
the package is missing a chrony dependancy, ipa-client-install fails setting up ntp without it
next ipa-client-install is missing access to some template files
Next, when trying to uninstall with ipa-client-install --uninstall we get another missing dependency "authselect"
TheGoliath commented on 2020-06-24 11:51
Updated :)
hadogenes commented on 2020-06-22 09:52
Could you add --with-ipaplatform=arch to ./configure to allow building on manjaro
TheGoliath commented on 2020-06-03 13:09
Thank you. Just updated the PKGBUILD to include all of your changes :)
Also added you as a contributor into the Contributors section
EoleDev commented on 2020-06-03 12:51
Hi,
Here you go :
TheGoliath commented on 2020-06-03 10:48
Hello @EoleDev :) would you mind to paste the whole 0001-platform-add-Arch-Linux-platform.patch in here?
EoleDev commented on 2020-06-03 09:00
Hi,
I successfully build this package, with some modifications. I didn't tried all the tools, and I don't know if there is some side effects to my patches. But right now, my ipa cli seems to be working fine. The main goal was to remove all python2 dependencies and only build python3 packages.
Here are the modifications I made by file :
In the pkgname var, I removed python2-ipalib and python2-ipaclient. In the makedepends var, I removed python2, python2-setuptools, python2-nss, python2-pyasn1, python2-pyasn1-modules, python2-dnspython, python2-six, python2-cffi, python2-jinja.
In the sha256sums, I replaced the sum for 0001-platform-add-Arch-Linux-platform.patch by 'SKIP' to skip it.
In the build function, I removed the lines between "cd freeipa-${pkgver}" and "export PYTHON=/usr/bin/python3". I also removed all the line with either "pushd" or "popd" in the end of the function.
I commented the function to build python2-ipalib and python2-ipaclient. In the package_freeipa-client function, I modified the python2-ipaclient requirements to python-ipaclient and python2-gssapi to python-gssapi.
I updated the ipa-client-install.1 patch to :