The jabberd rpms
Find a file
Igor Gnatenko 9453fb1a7b
Remove %clean section
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>
2018-02-14 08:09:13 +01:00
.gitignore updated to 2.6.1 (security bugfix release) 2017-07-04 08:22:31 +02:00
0001-configure.ac-adapt-to-openssl-1.1.patch Added patches to fix "segfaut in 'sm' component when blocking users" (#1406062) 2016-12-20 16:15:44 +01:00
0001-Fix-build-errors-with-MariaDB-10.2.patch added patch to fix build errors with mariadb 10.2 (#1470036) 2017-07-12 12:25:54 +02:00
0002-authreg_ldapfull-adapt-to-openssl-1.1.patch Added patches to fix "segfaut in 'sm' component when blocking users" (#1406062) 2016-12-20 16:15:44 +01:00
0003-sx-ssl.c-adapt-to-openssl-1.1.patch Added patches to fix "segfaut in 'sm' component when blocking users" (#1406062) 2016-12-20 16:15:44 +01:00
181e736dcbb19c828266d88837f4343510b4d20e.patch Fix crash with new openssl 1.1 support patch (Oleg Girko) (#1510642) 2017-11-08 08:56:26 +01:00
jabberd-fedora-crypto-policy.patch Fix broken patches. 2017-01-06 01:03:50 +01:00
jabberd-fix-paths.patch Fix broken patches. 2017-01-06 01:03:50 +01:00
jabberd.init Make jabberd build even on EL-6. 2016-10-04 13:57:56 +02:00
jabberd.pam Make jabberd build even on EL-6. 2016-10-04 13:57:56 +02:00
jabberd.spec Remove %clean section 2018-02-14 08:09:13 +01:00
jabberd.sysconfig Make jabberd build even on EL-6. 2016-10-04 13:57:56 +02:00
README.fedora added README.fedora which describes what to change 2013-01-31 12:13:12 +01:00
sources updated to 2.6.1 (security bugfix release) 2017-07-04 08:22:31 +02:00
unbreak-autoreconf.patch Added patches to fix "segfaut in 'sm' component when blocking users" (#1406062) 2016-12-20 16:15:44 +01:00

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