From 467045ad0a97cfc1edee8b3faafab53433a5b702 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Wed, 22 Feb 2012 15:23:09 -0500 Subject: config: parse credential/service config sections --- proxy/examples/gssproxy-example.conf | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'proxy/examples') diff --git a/proxy/examples/gssproxy-example.conf b/proxy/examples/gssproxy-example.conf index e0a8d1b..4806585 100644 --- a/proxy/examples/gssproxy-example.conf +++ b/proxy/examples/gssproxy-example.conf @@ -1 +1,14 @@ -#Placeholder +[gssproxy] + +# socket = /var/lib/gssproxy/pipes/gp.socket + +[credential/default] + + mech = krb5 + krb5_keytab = /etc/krb5.keytab + krb5_ccache = /run/user/%u/krb5cc + +[service/default] + + credentials = default + euid = 0 -- cgit