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 | |
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')
-rw-r--r-- | proxy/examples/gssproxy-example.conf | 16 | ||||
-rw-r--r-- | proxy/examples/gssproxy.conf.in | 11 |
2 files changed, 11 insertions, 16 deletions
diff --git a/proxy/examples/gssproxy-example.conf b/proxy/examples/gssproxy-example.conf deleted file mode 100644 index 139d6e6..0000000 --- a/proxy/examples/gssproxy-example.conf +++ /dev/null @@ -1,16 +0,0 @@ -[gssproxy] - -[service/default] - mechs = krb5 - krb5_keytab = /etc/krb5.keytab - krb5_ccache = /run/user/%u/krb5cc - trusted = yes - kernel_nfsd = yes - euid = 0 - -[service/gssproxy] - mechs = krb5 - krb5_principal = gssproxy/foo.bar.org - krb5_keytab = /etc/gssproxy/gssproxy.keytab - krb5_ccache = /tmp/krb5cc_123 - euid = 123 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 + |