Adjust the location of the service keytab in ipsilon
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
4c5e2d605b
commit
2c04966b51
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ WSGIApplicationGroup %{GLOBAL}
|
|||
|
||||
<Location /login/gssapi/negotiate>
|
||||
AuthName "GSSAPI Single Sign On Login"
|
||||
GssapiCredStore keytab:/etc/httpd/conf/http.keytab
|
||||
GssapiCredStore keytab:/etc/krb5.HTTP_id{{ env_suffix }}.fedoraproject.org.keytab
|
||||
AuthType GSSAPI
|
||||
# This is off because Apache (and thus mod_auth_gssapi) doesn't know this is proxied over TLS
|
||||
GssapiSSLonly Off
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue