#2 Install PAM configuration file for http service as well (thanks felixphew on #cyrus at FreeNode)
Merged 5 years ago by tibbs. Opened 5 years ago by kanarip.
rpms/ kanarip/cyrus-imapd pam-http  into  master

file modified
+1
@@ -387,6 +387,7 @@ 

  # Install additional files

  install -p -m 644 %SOURCE10 %buildroot/etc/logrotate.d/%name

  install -p -m 644 %SOURCE11 %buildroot/etc/pam.d/pop

+ 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

Allows our default configuration to succeed *DAV service authentication out of the box not unlike we do for pop and imap and so forth.

Applies to f28 and f29 as well, I'd reckon.

Pull-Request has been merged by tibbs

5 years ago