aboutsummaryrefslogtreecommitdiffstats
path: root/roles/freeipa_client/files/etc
diff options
context:
space:
mode:
authorStonewall Jackson <stonewall@sacredheartsc.com>2023-02-04 01:23:43 -0500
committerStonewall Jackson <stonewall@sacredheartsc.com>2023-02-04 01:52:13 -0500
commit0261e875679f1bf63c8d689da7fc7e014597885d (patch)
tree3f19cd74a0c1070944f75437f30b098d6ef2ffcb /roles/freeipa_client/files/etc
downloadselfhosted-0261e875679f1bf63c8d689da7fc7e014597885d.tar.gz
selfhosted-0261e875679f1bf63c8d689da7fc7e014597885d.zip
initial commit
Diffstat (limited to 'roles/freeipa_client/files/etc')
-rw-r--r--roles/freeipa_client/files/etc/gssproxy/99-nfs-client.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/roles/freeipa_client/files/etc/gssproxy/99-nfs-client.conf b/roles/freeipa_client/files/etc/gssproxy/99-nfs-client.conf
new file mode 100644
index 0000000..2ef5e1e
--- /dev/null
+++ b/roles/freeipa_client/files/etc/gssproxy/99-nfs-client.conf
@@ -0,0 +1,9 @@
+[service/nfs-client]
+ mechs = krb5
+ cred_store = keytab:/etc/krb5.keytab
+ cred_store = ccache:FILE:/var/lib/gssproxy/clients/krb5cc_%u
+ cred_store = client_keytab:/var/lib/gssproxy/clients/%u.keytab
+ cred_usage = initiate
+ allow_any_uid = yes
+ trusted = yes
+ euid = 0