From b52f868b7fce0828409b55790c21bbf8ed228641 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Wed, 5 Jun 2013 11:58:13 -0400 Subject: Fix nfsd socket MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Günther Deschner Resolves: https://fedorahosted.org/gss-proxy/ticket/93 --- proxy/examples/gssproxy.conf.in | 1 + 1 file changed, 1 insertion(+) 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 -- cgit