diff options
author | Simo Sorce <simo@redhat.com> | 2013-04-12 12:03:26 -0400 |
---|---|---|
committer | Simo Sorce <simo@redhat.com> | 2013-04-23 12:02:45 -0700 |
commit | 7f8078e906b138dcd34f84e0260cba87b63ca62f (patch) | |
tree | 04584797895be66e27fa910d5703552e66de0c27 /proxy/examples/gssproxy.conf.in | |
parent | f0ede0791991f5a7f4112b174cd69b5d90a62447 (diff) | |
download | gss-proxy-7f8078e906b138dcd34f84e0260cba87b63ca62f.tar.gz gss-proxy-7f8078e906b138dcd34f84e0260cba87b63ca62f.tar.xz gss-proxy-7f8078e906b138dcd34f84e0260cba87b63ca62f.zip |
Improve default configuration.
Install by default working nfs configuration.
For RPM also install by default file to configure interposer plugin.
Signed-off-by: Simo Sorce <simo@redhat.com>
Reviewed-by: Günther Deschner <gdeschner@redhat.com>
Diffstat (limited to 'proxy/examples/gssproxy.conf.in')
-rw-r--r-- | proxy/examples/gssproxy.conf.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/proxy/examples/gssproxy.conf.in b/proxy/examples/gssproxy.conf.in new file mode 100644 index 0000000..7343806 --- /dev/null +++ b/proxy/examples/gssproxy.conf.in @@ -0,0 +1,11 @@ +[gssproxy] + +[service/nfs] + mechs = krb5 + cred_store = keytab:/etc/krb5.keytab + cred_store = ccache:FILE:@gpclidir@/krb5cc_%U + cred_store = client_keytab:@gpclidir@/%U.keytab + trusted = yes + kernel_nfsd = yes + euid = 0 + |