@furbyhaxx: Only the server component use libpwquality. That error indicate that your PAM modules is using libpwquality module and that would be configured either manually or with authselect. Mine is setup with authselect and I only see pam_pwquality.so local_users_only
lines. How did you configure your pam modules?
Search Criteria
Package Details: python-ipalib 4.12.2-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 |
Upstream URL: | http://www.freeipa.org/ |
Keywords: | freeipa identity management policy trusts |
Licenses: | GPL3 |
Provides: | python-ipaplatform, python-ipapython |
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 (43)
- freeipa-commonAUR
- gnupg (gnupg-gitAUR, gnupg-largekeysAUR)
- keyutils (keyutils-gitAUR)
- python-argcomplete
- python-cryptography
- python-dateutil
- python-dbus
- python-dnspython (python-dnspython-gitAUR)
- python-gssapi
- python-ifaddr
- python-jwcrypto
- python-ldap
- python-lxml
- python-netaddr
- python-netifaces (python-netifaces-gitAUR)
- python-pillow (python-pillow-gitAUR)
- python-pyasn1
- python-pyasn1-modules
- python-pyusb (python-pyusb-gitAUR)
- python-qrcode
- python-requests
- python-setuptools
- python-six
- python-systemd
- python-urllib3
- python-yubico
- sssd (sssd-gitAUR, sssd-nosmbAUR)
- ding-libs (make)
- gettext (gettext-gitAUR) (make)
- krb5 (krb5-gitAUR) (make)
- libsasl (make)
- libxmlrpc (make)
- nspr (nspr-hgAUR) (make)
- nss (nss-hgAUR) (make)
- openldap (make)
- openssl (openssl-gitAUR, openssl-staticAUR) (make)
- popt (popt-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- python-jinja (make)
- python-pyasn1-modules (make)
- python-setuptools (make)
- python-systemd (make)
- sssd (sssd-gitAUR, sssd-nosmbAUR) (make)
Required by (1)
Sources (4)
patlefort commented on 2024-09-02 17:52 (UTC)
furbyhaxx commented on 2024-09-02 10:07 (UTC) (edited on 2024-09-02 10:07 (UTC) by furbyhaxx)
dependency "extra/libpwquality" is missing, not sure where exactly but on a freshly installed arch lxc with the freeipa-client installed, this module is missing and prevents changing passwords of remote users with error: "passwd: Module is unknown"
thekoma commented on 2024-08-01 14:07 (UTC)
workaround
TMPDIR=$(mktemp -d)
git clone https://aur.archlinux.org/freeipa.git $TMPDIR
gpg --import $TMPDIR/keys/pgp/*asc
rm -fr $TMPDIR
patlefort commented on 2024-07-23 11:37 (UTC)
Keys are in keys/pgp
of this package.
BPplays commented on 2024-07-23 09:11 (UTC)
gpg keys are still broken
Pinned Comments
patlefort commented on 2024-07-23 11:37 (UTC)
Keys are in
keys/pgp
of this package.