diff options
author | Günther Deschner <gdeschner@redhat.com> | 2013-04-29 17:42:21 +0200 |
---|---|---|
committer | Günther Deschner <gdeschner@redhat.com> | 2013-04-29 21:56:04 +0200 |
commit | c691e87a7fd3a077e0de096984267efa682598b6 (patch) | |
tree | 3f540376d928628429b86b974c057d1c3aaaf7e5 /proxy/examples | |
parent | bff9bbe591fe2d07b6d9f3607cb1044b972ece8c (diff) | |
download | gss-proxy-master-wip.tar.gz gss-proxy-master-wip.tar.xz gss-proxy-master-wip.zip |
Add --with-gpstate-path=PATH configure switch.master-wip
Signed-off-by: Günther Deschner <gdeschner@redhat.com>
Diffstat (limited to 'proxy/examples')
-rw-r--r-- | proxy/examples/gssproxy.conf.in | 4 |
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 |