summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorRobbie Harwood <rharwood@redhat.com>2016-05-09 15:44:25 -0400
committerSimo Sorce <simo@redhat.com>2016-05-18 17:11:42 -0400
commit87e19f10d74fd9513215c25365e21aee828e2bcc (patch)
tree22b789ca7faceded1e9d5f5077a462e146931d31 /contrib
parent258ac54878fc98cfd0e7c04216189561172b55bd (diff)
downloadmod_auth_gssapi-87e19f10d74fd9513215c25365e21aee828e2bcc.tar.gz
mod_auth_gssapi-87e19f10d74fd9513215c25365e21aee828e2bcc.tar.xz
mod_auth_gssapi-87e19f10d74fd9513215c25365e21aee828e2bcc.zip
GSS-Proxy configuration file for mod_auth_gssapi
Signed-off-by: Robbie Harwood <rharwood@redhat.com> Reviewed-by: Simo Sorce <simo@redhat.com> Closes #81
Diffstat (limited to 'contrib')
-rw-r--r--contrib/80-httpd.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/80-httpd.conf b/contrib/80-httpd.conf
new file mode 100644
index 0000000..e56e260
--- /dev/null
+++ b/contrib/80-httpd.conf
@@ -0,0 +1,6 @@
+# gssproxy configuration file for mod_auth_gssapi
+[service/HTTP]
+ mechs = krb5
+ cred_store = keytab:/etc/gssproxy/http.keytab
+ cred_store = ccache:/var/lib/gssproxy/clients/krb5cc_%U
+ euid = apache