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:
parent
a591bd7e0e
commit
5d9bc1608f
2 changed files with 9 additions and 4 deletions
3
roles/mod_auth_gssapi/files/gssapi.conf
Normal file
3
roles/mod_auth_gssapi/files/gssapi.conf
Normal file
|
@ -0,0 +1,3 @@
|
|||
<Location />
|
||||
GssapiCredStore keytab:/etc/httpd/httpd.keytab
|
||||
</Location>
|
Loading…
Add table
Add a link
Reference in a new issue