mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-24 16:10:02 -06:00
7ff7b1f533
When both 'mod_auth_kerb' and 'mod_auth_gssapi' are installed at the same time, they use common directory for storing Apache ccache file. Uninstallation of 'mod_auth_kerb' removes this directory leading to invalid CCache path for httpd and authentication failure. Using an IPA-specific directory for credential storage during apache runtime avoids this issue. https://fedorahosted.org/freeipa/ticket/4973 Reviewed-By: David Kupka <dkupka@redhat.com>
6 lines
216 B
Plaintext
6 lines
216 B
Plaintext
d /var/run/ipa_memcached 0700 apache apache
|
|
d /var/run/ipa 0700 root root
|
|
d /var/run/httpd/ipa 0700 apache apache
|
|
d /var/run/httpd/ipa/clientcaches 0700 apache apache
|
|
d /var/run/httpd/ipa/krbcache 0700 apache apache
|