As a cludge to avoid LDAP integration, a list in this project serves as a central directory of users with associated UIDs over the medphys infrastructure cluster.
username and UID fields.root@kobilca:~# adduser --uid UID username
root@kobilca:~# mkdir /tank/data/jama/username
/etc/exportfs:/tank/data/jama/username 172.24.1.32(rw,sync,no_root_squash,no_subtree_check)
/tank/data/jama/username 127.0.0.1(rw,sync,no_root_squash,no_subtree_check)
nfs configuration changed and check what gets exportedroot@kobilca:~# exportfs -a
root@kobilca:~# exportfs -v
studen@X:~# sudo adduser --uid UID username
172.24.1.21:/tank/data/jama/username /mnt/kobilca/username nfs defaults 0 0
studen@X:~# sudo mkdir /mnt/kobilca/username
studen@X:~# sudo chown username:username /mnt/kobilca/username
studen@X:~# sudo mount -a
studen@X:~# df -h