From 7f8078e906b138dcd34f84e0260cba87b63ca62f Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 12 Apr 2013 12:03:26 -0400 Subject: Improve default configuration. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Install by default working nfs configuration. For RPM also install by default file to configure interposer plugin. Signed-off-by: Simo Sorce Reviewed-by: Günther Deschner --- proxy/examples/gssproxy-example.conf | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 proxy/examples/gssproxy-example.conf (limited to 'proxy/examples/gssproxy-example.conf') diff --git a/proxy/examples/gssproxy-example.conf b/proxy/examples/gssproxy-example.conf deleted file mode 100644 index 139d6e6..0000000 --- a/proxy/examples/gssproxy-example.conf +++ /dev/null @@ -1,16 +0,0 @@ -[gssproxy] - -[service/default] - mechs = krb5 - krb5_keytab = /etc/krb5.keytab - krb5_ccache = /run/user/%u/krb5cc - trusted = yes - kernel_nfsd = yes - euid = 0 - -[service/gssproxy] - mechs = krb5 - krb5_principal = gssproxy/foo.bar.org - krb5_keytab = /etc/gssproxy/gssproxy.keytab - krb5_ccache = /tmp/krb5cc_123 - euid = 123 -- cgit