From 97102f1e7e19f3ea869335afbdbeba619042d694 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Tue, 19 Mar 2013 18:53:20 -0400 Subject: Enable kernel support. The Linux kernel now requires the gss-proxy to signal when it is available. This is done by writing 1 to the file /proc/net/rpc/use-gss-proxy Once this happens the kernel will try to attach to the gss-proxy socket and use it instead of the classic rpc.svcgssd daemon. --- proxy/examples/gssproxy-example.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'proxy/examples/gssproxy-example.conf') diff --git a/proxy/examples/gssproxy-example.conf b/proxy/examples/gssproxy-example.conf index 3894dd3..7067abf 100644 --- a/proxy/examples/gssproxy-example.conf +++ b/proxy/examples/gssproxy-example.conf @@ -8,6 +8,7 @@ krb5_keytab = /etc/krb5.keytab krb5_ccache = /run/user/%u/krb5cc trusted = yes + kernel_nfsd = yes euid = 0 [service/gssproxy] -- cgit