From 8e3d7dfa20b966b928078d8071d10fb186a0d781 Mon Sep 17 00:00:00 2001 From: Cullum Smith Date: Mon, 21 Oct 2024 09:17:49 -0400 Subject: cleanup nfs1 host script --- scripts/hostname/nfs1/30-autofs | 81 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 81 insertions(+) create mode 100644 scripts/hostname/nfs1/30-autofs (limited to 'scripts/hostname/nfs1/30-autofs') diff --git a/scripts/hostname/nfs1/30-autofs b/scripts/hostname/nfs1/30-autofs new file mode 100644 index 0000000..0393acc --- /dev/null +++ b/scripts/hostname/nfs1/30-autofs @@ -0,0 +1,81 @@ +#!/bin/sh + +nfs_mount_opts='-nfsv4,gssname=host,sec=krb5p' + +# /home: auto_home +ldap_add "automountKey=/home,automountMapName=auto_master,${automount_basedn}" <