summaryrefslogtreecommitdiffstats
path: root/proxy/examples/gssproxy.conf.in
blob: 262125adf663c1943b8af10f2f476b4c526e7a21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[gssproxy]

[service/nfs-server]
  mechs = krb5
  socket = /run/gssproxy.sock
  cred_store = keytab:/etc/krb5.keytab
  trusted = yes
  kernel_nfsd = yes
  euid = 0

[service/nfs-client]
  mechs = krb5
  cred_store = keytab:/etc/krb5.keytab
  cred_store = ccache:FILE:@gpstatedir@/clients/krb5cc_%U
  cred_store = client_keytab:@gpstatedir@/clients/%U.keytab
  allow_any_uid = yes
  trusted = yes
  euid = 0