diff options
author | Kevin Fenzi <kevin@scrye.com> | 2017-03-06 22:33:43 +0000 |
---|---|---|
committer | Kevin Fenzi <kevin@scrye.com> | 2017-03-06 22:33:43 +0000 |
commit | a63ff7fc1eb40240da11bdce7eb166e806cb1bf0 (patch) | |
tree | d470cafaf0c97f0479a1e9119042b5e903c6f794 | |
parent | 9ff8bfb1c1829b6da99a223b15385cc56c5a36be (diff) | |
download | ansible-a63ff7fc1eb40240da11bdce7eb166e806cb1bf0.tar.gz ansible-a63ff7fc1eb40240da11bdce7eb166e806cb1bf0.tar.xz ansible-a63ff7fc1eb40240da11bdce7eb166e806cb1bf0.zip |
add a root@REDHAT.COM to local root mappinng for nfsidmapd
-rw-r--r-- | roles/nfs/client/files/idmapd.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/nfs/client/files/idmapd.conf b/roles/nfs/client/files/idmapd.conf index b43077860..b9ade0f18 100644 --- a/roles/nfs/client/files/idmapd.conf +++ b/roles/nfs/client/files/idmapd.conf @@ -46,7 +46,7 @@ Method = nsswitch # local user name mappings #someuser@REALM = localuser - +root@REDHAT.COM = root #-------------------------------------------------------------------# # The following are used only for the "umich_ldap" Translation Method. |