View | Details | Raw Unified | Return to bug 21165
Collapse All | Expand All

(-)/usr/bin/alterator-kdc-princ-functions.orig (+5 lines)
Lines 65-69 Link Here
65
	    genkey $p/$hostname $keytab
65
	    genkey $p/$hostname $keytab
66
	done
66
	done
67
	;;
67
	;;
68
	*dovecot.keytab)
69
	for p in pop imap smtp; do
70
	    genkey $p/$hostname $keytab
71
	done
72
	;;
68
    esac
73
    esac
69
}
74
}
(-)/usr/lib/alterator/hooks/trust.d/kdc.orig (+6 lines)
Lines 28-33 Link Here
28
	trust-scp $temp/squid.keytab $host:/etc/squid/squid.keytab
28
	trust-scp $temp/squid.keytab $host:/etc/squid/squid.keytab
29
	trust-ssh $host chown squid.squid /etc/squid/squid.keytab
29
	trust-ssh $host chown squid.squid /etc/squid/squid.keytab
30
    fi
30
    fi
31
32
    if trust-ssh $host test -d /etc/dovecot; then
33
	genkeytab $temp/dovecot.keytab $host
34
	trust-scp $temp/dovecot.keytab $host:/etc/dovecot/dovecot.keytab
35
	trust-ssh $host chown dovecot.dovecot /etc/dovecot/dovecot.keytab
36
    fi
31
}
37
}
32
38
33
case "$2" in
39
case "$2" in

Return to bug 21165