summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2013-06-05 11:58:13 -0400
committerGünther Deschner <gdeschner@redhat.com>2013-06-06 16:51:16 +0200
commitb52f868b7fce0828409b55790c21bbf8ed228641 (patch)
tree3c36b112bdec969e3a4395039f10d60352e17b4b
parentd703096b8bc37e78e28e68fb4f250cc2ed8e6f16 (diff)
downloadgss-proxy-b52f868b7fce0828409b55790c21bbf8ed228641.tar.gz
gss-proxy-b52f868b7fce0828409b55790c21bbf8ed228641.tar.xz
gss-proxy-b52f868b7fce0828409b55790c21bbf8ed228641.zip
Fix nfsd socket
The Kernel expect the knfsd socket in a specific plce that is not where our standard socket is created. Add a knfsd specific socket in the default configuration. Signed-off-by: Simo Sorce <simo@redhat.com> Reviewed-by: Günther Deschner <gdeschner@redhat.com> Resolves: https://fedorahosted.org/gss-proxy/ticket/93
-rw-r--r--proxy/examples/gssproxy.conf.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/proxy/examples/gssproxy.conf.in b/proxy/examples/gssproxy.conf.in
index 68db4bf..b30d39a 100644
--- a/proxy/examples/gssproxy.conf.in
+++ b/proxy/examples/gssproxy.conf.in
@@ -2,6 +2,7 @@
[service/nfs]
mechs = krb5
+ socket = /run/gssproxy.sock
cred_store = keytab:/etc/krb5.keytab
cred_store = ccache:FILE:@gpstatedir@/clients/krb5cc_%U
cred_store = client_keytab:@gpstatedir@/clients/%U.keytab