mod_auth_gssapi: Fix keytab path config for CentOS 8

CentOS 8 doesn't apache doesn't read /etc/sysconfig/httpd anymore so
try to set keytab path location in apache config files.
This commit is contained in:
Timo Makinen 2021-03-18 00:28:33 +00:00
parent a591bd7e0e
commit 5d9bc1608f
2 changed files with 9 additions and 4 deletions

View file

@ -0,0 +1,3 @@
<Location />
GssapiCredStore keytab:/etc/httpd/httpd.keytab
</Location>