mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-25 08:21:05 -06:00
93d080d726
This will force recreation of the file-based ccache after IPA restore and prevent a mismatch between cached and restored Kerberos keys. https://fedorahosted.org/freeipa/ticket/5296 Reviewed-By: Martin Basti <mbasti@redhat.com>
8 lines
264 B
Desktop File
8 lines
264 B
Desktop File
.include /usr/lib/systemd/system/httpd.service
|
|
|
|
[Service]
|
|
Environment=KRB5CCNAME=/var/run/httpd/ipa/krbcache/krb5ccache
|
|
Environment=KDCPROXY_CONFIG=/etc/ipa/kdcproxy/kdcproxy.conf
|
|
ExecStartPre=/usr/libexec/ipa/ipa-httpd-kdcproxy
|
|
ExecStopPost=-/usr/bin/kdestroy -A
|