Add a pam.d file for httpd auth
This finishes the work from the previous commit. I also sorted the installation of the various pam.d files. mmitted:
This commit is contained in:
parent
efdcd6040e
commit
fc862dfc6b
@ -9,7 +9,7 @@
|
||||
|
||||
Name: cyrus-imapd
|
||||
Version: 3.0.8
|
||||
Release: 9%{?dist}
|
||||
Release: 10%{?dist}
|
||||
|
||||
%define ssl_pem_file /etc/pki/%name/%name.pem
|
||||
|
||||
@ -384,16 +384,18 @@ for i in vzic vzic-test.pl vzic-merge.pl vzic-dump.pl; do
|
||||
install -m 755 tools/vzic/$i %buildroot/%cyrexecdir/
|
||||
done
|
||||
|
||||
# Install additional files
|
||||
install -p -m 644 %SOURCE10 %buildroot/etc/logrotate.d/%name
|
||||
install -p -m 644 %SOURCE11 %buildroot/etc/pam.d/pop
|
||||
|
||||
# PAM configuration files.
|
||||
install -p -m 644 %SOURCE11 %buildroot/etc/pam.d/csync
|
||||
install -p -m 644 %SOURCE11 %buildroot/etc/pam.d/http
|
||||
install -p -m 644 %SOURCE11 %buildroot/etc/pam.d/imap
|
||||
install -p -m 644 %SOURCE11 %buildroot/etc/pam.d/sieve
|
||||
install -p -m 644 %SOURCE11 %buildroot/etc/pam.d/mupdate
|
||||
install -p -m 644 %SOURCE11 %buildroot/etc/pam.d/lmtp
|
||||
install -p -m 644 %SOURCE11 %buildroot/etc/pam.d/mupdate
|
||||
install -p -m 644 %SOURCE11 %buildroot/etc/pam.d/nntp
|
||||
install -p -m 644 %SOURCE11 %buildroot/etc/pam.d/csync
|
||||
install -p -m 644 %SOURCE11 %buildroot/etc/pam.d/pop
|
||||
install -p -m 644 %SOURCE11 %buildroot/etc/pam.d/sieve
|
||||
|
||||
install -p -m 644 %SOURCE12 %buildroot/etc/sysconfig/%name
|
||||
install -p -m 644 %SOURCE13 %buildroot/%_datadir/%name/rpm/magic
|
||||
install -p -m 755 %SOURCE14 %buildroot/etc/cron.daily/%name
|
||||
@ -691,6 +693,9 @@ getent passwd cyrus >/dev/null || /usr/sbin/useradd -c "Cyrus IMAP Server" -d /v
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Feb 11 2019 Jason L Tibbitts III <tibbs@math.uh.edu> - 3.0.8-10
|
||||
- Add pam configuration file for httpd auth. Thanks to Jeroen van Meeuwen.
|
||||
|
||||
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.8-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user