The jabberd rpms
None of currently supported distributions need that. Last one was EL5 which is EOL for a while. Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org> |
||
|---|---|---|
| .gitignore | ||
| 0001-configure.ac-adapt-to-openssl-1.1.patch | ||
| 0001-Fix-build-errors-with-MariaDB-10.2.patch | ||
| 0002-authreg_ldapfull-adapt-to-openssl-1.1.patch | ||
| 0003-sx-ssl.c-adapt-to-openssl-1.1.patch | ||
| 181e736dcbb19c828266d88837f4343510b4d20e.patch | ||
| jabberd-fedora-crypto-policy.patch | ||
| jabberd-fix-paths.patch | ||
| jabberd.init | ||
| jabberd.pam | ||
| jabberd.spec | ||
| jabberd.sysconfig | ||
| README.fedora | ||
| sources | ||
| unbreak-autoreconf.patch | ||
To make the authentication against PAM actually work one of the systemd service files needs to altered. The c2s part of jabberd needs to run as root to be able to read /etc/shadow. One way to accomplish this is to create a jabberd-c2s.service file in /etc/systemd/system with following content: .include /usr/lib/systemd/system/jabberd-c2s.service [Service] User=root