From 70ed6445f2a384955f4655f9e99700ad1d9751c7 Mon Sep 17 00:00:00 2001 From: Lisa Marie Maginnis Date: Fri, 24 Oct 2014 15:19:57 -0400 Subject: [PATCH] Fixed idmap on diskless --- files/idmapd.conf/DISKLESS | 23 +++++++++++++++++++++++ scripts/DISKLESS/00_fix_idmap | 3 +++ 2 files changed, 26 insertions(+) create mode 100644 files/idmapd.conf/DISKLESS create mode 100755 scripts/DISKLESS/00_fix_idmap diff --git a/files/idmapd.conf/DISKLESS b/files/idmapd.conf/DISKLESS new file mode 100644 index 0000000..3c4049a --- /dev/null +++ b/files/idmapd.conf/DISKLESS @@ -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 index 0000000..97d57fc --- /dev/null +++ b/scripts/DISKLESS/00_fix_idmap @@ -0,0 +1,3 @@ +#!/bin/bash + +fcopy -v /etc/idmapd.conf \ No newline at end of file -- 2.25.1