summaryrefslogtreecommitdiffstats
path: root/proxy/examples
diff options
context:
space:
mode:
authorGünther Deschner <gdeschner@redhat.com>2013-04-29 17:42:21 +0200
committerGünther Deschner <gdeschner@redhat.com>2013-05-06 15:00:10 +0200
commit918fb6db56b7ac9683f557cfdca553af730f2cca (patch)
treec7b3f212480cac0c544912412f7ca3a39d549410 /proxy/examples
parent50a785636f71bc122a4ab9dd833b6ac083107891 (diff)
downloadgss-proxy-918fb6db56b7ac9683f557cfdca553af730f2cca.tar.gz
gss-proxy-918fb6db56b7ac9683f557cfdca553af730f2cca.tar.xz
gss-proxy-918fb6db56b7ac9683f557cfdca553af730f2cca.zip
Add --with-gpstate-path=PATH configure switch.
Signed-off-by: Günther Deschner <gdeschner@redhat.com> Reviewed-by: Simo Sorce <simo@redhat.com>
Diffstat (limited to 'proxy/examples')
-rw-r--r--proxy/examples/gssproxy.conf.in4
1 files changed, 2 insertions, 2 deletions
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