From 918fb6db56b7ac9683f557cfdca553af730f2cca Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 29 Apr 2013 17:42:21 +0200 Subject: Add --with-gpstate-path=PATH configure switch. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Günther Deschner Reviewed-by: Simo Sorce --- proxy/examples/gssproxy.conf.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'proxy/examples') diff --git a/proxy/examples/gssproxy.conf.in b/proxy/examples/gssproxy.conf.in index 7343806..68db4bf 100644 --- a/proxy/examples/gssproxy.conf.in +++ b/proxy/examples/gssproxy.conf.in @@ -3,8 +3,8 @@ [service/nfs] mechs = krb5 cred_store = keytab:/etc/krb5.keytab - cred_store = ccache:FILE:@gpclidir@/krb5cc_%U - cred_store = client_keytab:@gpclidir@/%U.keytab + cred_store = ccache:FILE:@gpstatedir@/clients/krb5cc_%U + cred_store = client_keytab:@gpstatedir@/clients/%U.keytab trusted = yes kernel_nfsd = yes euid = 0 -- cgit