summaryrefslogtreecommitdiffstats
path: root/proxy/examples
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2013-03-19 18:53:20 -0400
committerSimo Sorce <simo@redhat.com>2013-03-22 11:34:32 -0400
commit97102f1e7e19f3ea869335afbdbeba619042d694 (patch)
tree8f414af9010beb52d5584c8755a0789a48eaeddc /proxy/examples
parent6c3b7b20306894d4719df967e708fe9316eeeb89 (diff)
downloadgss-proxy-97102f1e7e19f3ea869335afbdbeba619042d694.tar.gz
gss-proxy-97102f1e7e19f3ea869335afbdbeba619042d694.tar.xz
gss-proxy-97102f1e7e19f3ea869335afbdbeba619042d694.zip
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.
Diffstat (limited to 'proxy/examples')
-rw-r--r--proxy/examples/gssproxy-example.conf1
1 files changed, 1 insertions, 0 deletions
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]