Just move the home directory out of /home if you don't want it auto mounted at all.
# usermod -m -d /export/home/local local That will move it out of /home and copy the contents to the new location of /export/home. Since /export/home isn't in the auto.home map it will skip auto mounting. Or if the user is an IPA user its: # ipa-moduser -directory=/export/home/local local -Eli From: Dean Hunter <[email protected]<mailto:[email protected]>> Date: Wednesday, June 19, 2013 11:07 PM To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Subject: Re: [Freeipa-users] Auto-Mount Home Directory for Local Users? Resent-From: <[email protected]<mailto:[email protected]>> Thanks to all for the suggestions. Adding a "local" key to "/etc/auto.home" resolved the problem: [root@host<mailto:root@host> ~]# ipa automountlocation-tofiles VM /etc/auto.master: /- /etc/auto.direct /home /etc/auto.home --------------------------- /etc/auto.direct: /mnt/Shared -fstype=nfs4,sec=krb5p host.hunter.org:/srv/nfs/Shared --------------------------- /etc/auto.home: * -fstype=nfs4,sec=krb5p host.hunter.org:/srv/nfs/home/& local -fstype=nfs4,sec=sys host.hunter.org:/srv/nfs/home/local maps not connected to /etc/auto.master: [root@host<mailto:root@host> ~]# The only thing that would be better is if "local" did not auto-mount at all.
_______________________________________________ Freeipa-users mailing list [email protected] https://www.redhat.com/mailman/listinfo/freeipa-users
