I used NFS Advanced Settings to set the NFSv4 domain.
This had no effect. /etc/idmapd.conf has:
Code: Select all
# cat /etc/idmapd.conf
[General]
Domain=
[Mapping]
Nobody-User=nobody
Nobody-Group=nogroup
[Translation]
Method=nsswitch
GSS-Methods=static
[Static]
Code: Select all
{
"status": 1,
"max_nfs": 2,
"nfs_4_region": "myverywellnameddomain.net",
"nfs_senior": {
"default_uinx": false,
"start_port": {
"enable": false,
"statd": "",
"mlockmgr_port": ""
},
"rw_size": {
"enable": false,
"read": 0,
"wriye": 0
}
}
}
The net effect is that NFSv4 id mapping doesn't work. There is no apparent way to set the domain name for the NAS so it just default to localdomain and that doesn't work in a properly configured network.
Code: Select all
# nfsidmap -d
localdomain
