Fixed idmap on diskless
authorLisa Marie Maginnis <lisam@fsf.org>
Fri, 24 Oct 2014 19:19:57 +0000 (15:19 -0400)
committerLisa Marie Maginnis <lisam@fsf.org>
Fri, 24 Oct 2014 19:19:57 +0000 (15:19 -0400)
files/idmapd.conf/DISKLESS [new file with mode: 0644]
scripts/DISKLESS/00_fix_idmap [new file with mode: 0755]

diff --git a/files/idmapd.conf/DISKLESS b/files/idmapd.conf/DISKLESS
new file mode 100644 (file)
index 0000000..3c4049a
--- /dev/null
@@ -0,0 +1,23 @@
+[General]
+
+Verbosity = 0
+Pipefs-Directory = /run/rpc_pipefs
+# set your own domain here, if id differs from FQDN minus hostname
+Domain = localdomain
+
+[Mapping]
+
+Nobody-User = nobody
+Nobody-Group = nogroup
+root@tarantula:/srv/fai/config# cat /etc/idmapd.conf
+[General]
+
+Verbosity = 0
+Pipefs-Directory = /run/rpc_pipefs
+# set your own domain here, if id differs from FQDN minus hostname
+# Domain = localdomain
+
+[Mapping]
+
+Nobody-User = nobody
+Nobody-Group = nogroup
diff --git a/scripts/DISKLESS/00_fix_idmap b/scripts/DISKLESS/00_fix_idmap
new file mode 100755 (executable)
index 0000000..97d57fc
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+fcopy -v /etc/idmapd.conf
\ No newline at end of file