From e9623f5f05053f215c71dbf37d034ae98f1f1c36 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Thu, 21 Mar 2013 12:28:02 -0400 Subject: 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. --- proxy/examples/gssproxy-example.conf | 4 ---- 1 file changed, 4 deletions(-) (limited to 'proxy/examples') 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 -- cgit