Solaris 11.2 local user homes only and mount point at /home/username
I don't mind that user homes are separate filesystems @ /export/home/username and that Solaris delegates permission for user to snapshot,etc that filesystem. I just don't need external filesystems and I want /home/username as the home dir.
Something like this achieved the results I want
useradd -m temp echo "temp localhost:/export/home/&" >> /etc/auto_home svcadm refresh autofs chown temp /home/temp usermod -d /home/temp temp
Is there a better way?