Hello,
I am trying to set up a simple NFS network, using Opensuse 11.1 on the server. According to several references I’ve found (such as this one), it is possible to map user ids from the client to uids on the server using a simple text file, plus the keyword map_static=/filename. I have /etc/exports line
/somedir 192.168.7.3(rw,insecure,root_squash,sync,no_subtree_check,map_static=/etc/nfs.map)
but when I restart nfsserver I get the message
Starting kernel based NFS server: idmapdexportfs: /etc/exports:2: unknown keyword "map_static=/etc/nfs.map"
.
Any ideas where I’m going wrong?..
Thanks for any responses.