summaryrefslogtreecommitdiffstats
path: root/proxy/examples
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2013-03-21 12:28:02 -0400
committerSimo Sorce <simo@redhat.com>2013-03-22 11:34:37 -0400
commite9623f5f05053f215c71dbf37d034ae98f1f1c36 (patch)
tree8bd8a656f726daa1e4cf1b0c2d8676f60c266be3 /proxy/examples
parent97102f1e7e19f3ea869335afbdbeba619042d694 (diff)
downloadgss-proxy-e9623f5f05053f215c71dbf37d034ae98f1f1c36.tar.gz
gss-proxy-e9623f5f05053f215c71dbf37d034ae98f1f1c36.tar.xz
gss-proxy-e9623f5f05053f215c71dbf37d034ae98f1f1c36.zip
Make socket path a configure option
The kernel uses the fixed path named /var/run/gssproxy.sock Make this default a configure time option and default to it. Also remove the option to change the socket at configure time, neither the kernel nor proxymech.so can cope with a change anyway.
Diffstat (limited to 'proxy/examples')
-rw-r--r--proxy/examples/gssproxy-example.conf4
1 files changed, 0 insertions, 4 deletions
diff --git a/proxy/examples/gssproxy-example.conf b/proxy/examples/gssproxy-example.conf
index 7067abf..139d6e6 100644
--- a/proxy/examples/gssproxy-example.conf
+++ b/proxy/examples/gssproxy-example.conf
@@ -1,9 +1,6 @@
[gssproxy]
-# socket = /var/lib/gssproxy/pipes/gp.socket
-
[service/default]
-
mechs = krb5
krb5_keytab = /etc/krb5.keytab
krb5_ccache = /run/user/%u/krb5cc
@@ -12,7 +9,6 @@
euid = 0
[service/gssproxy]
- # socket = /x/y/z
mechs = krb5
krb5_principal = gssproxy/foo.bar.org
krb5_keytab = /etc/gssproxy/gssproxy.keytab