I managed to make it work. In addition to steps mentioned below, I had to remove the python-nss
dependency from PKGBUILD which btw is currently broken, create a /etc/sysconfig
and a /etc/pki
directory, create a dummy nis-domainname.service with the following content:
[Unit]
Description=Dummy service
[Service]
Type=oneshot
RemainAfterExit=true
ExecStart=true
[Install]
WantedBy=multi-user.target
Then I had to copy /usr/share/ipa
into my Arch machine from another Fedora installation with freeipa-client installed. Funnily, it works on my Arch machine but not on Fedora which is getting a strange problem I can't explain. The only thing not working is the certificate, which is imported into /etc/pki
and not read by arch.
Pinned Comments
patlefort commented on 2024-07-23 11:37 (UTC)
Keys are in
keys/pgp
of this package.