summaryrefslogtreecommitdiffstats
path: root/proxy/examples
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2012-02-22 15:23:09 -0500
committerSimo Sorce <simo@redhat.com>2012-02-23 16:55:46 -0500
commit467045ad0a97cfc1edee8b3faafab53433a5b702 (patch)
tree387850030ee8d19bf51b96e64e2ef6e3f834dd05 /proxy/examples
parentd0989ef842fb3cd48265521cd139b3ffa2aa3889 (diff)
downloadgss-proxy-467045ad0a97cfc1edee8b3faafab53433a5b702.tar.gz
gss-proxy-467045ad0a97cfc1edee8b3faafab53433a5b702.tar.xz
gss-proxy-467045ad0a97cfc1edee8b3faafab53433a5b702.zip
config: parse credential/service config sections
Diffstat (limited to 'proxy/examples')
-rw-r--r--proxy/examples/gssproxy-example.conf15
1 files changed, 14 insertions, 1 deletions
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