ALT Linux Bugzilla
– Attachment 3764 Details for
Bug 21165
Keytab for dovecot
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
dovecot.keytab support
kdc.diff (text/plain), 856 bytes, created by
Grigory Batalov
on 2009-08-21 17:34:31 MSD
(
hide
)
Description:
dovecot.keytab support
Filename:
MIME Type:
Creator:
Grigory Batalov
Created:
2009-08-21 17:34:31 MSD
Size:
856 bytes
patch
obsolete
>--- /usr/bin/alterator-kdc-princ-functions.orig 2009-06-26 15:57:11 +0400 >+++ /usr/bin/alterator-kdc-princ-functions 2009-08-21 05:39:12 +0400 >@@ -65,5 +65,10 @@ > genkey $p/$hostname $keytab > done > ;; >+ *dovecot.keytab) >+ for p in pop imap smtp; do >+ genkey $p/$hostname $keytab >+ done >+ ;; > esac > } >--- /usr/lib/alterator/hooks/trust.d/kdc.orig 2009-06-26 15:57:11 +0400 >+++ /usr/lib/alterator/hooks/trust.d/kdc 2009-08-21 05:39:12 +0400 >@@ -28,6 +28,12 @@ > trust-scp $temp/squid.keytab $host:/etc/squid/squid.keytab > trust-ssh $host chown squid.squid /etc/squid/squid.keytab > fi >+ >+ if trust-ssh $host test -d /etc/dovecot; then >+ genkeytab $temp/dovecot.keytab $host >+ trust-scp $temp/dovecot.keytab $host:/etc/dovecot/dovecot.keytab >+ trust-ssh $host chown dovecot.dovecot /etc/dovecot/dovecot.keytab >+ fi > } > > case "$2" in
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 21165
: 3764