<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/4.6.4">
</HEAD>
<BODY>
On Wed, 2013-06-19 at 14:00 -0400, Rob Crittenden wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
<A HREF="https://fedorahosted.org/freeipa/ticket/3733">https://fedorahosted.org/freeipa/ticket/3733</A>

I guess I'd check the system logs to see if /home/local was attempted to 
be mounted at all. Does it exist on the NFS server?

I find running automount in foreground mode with debugging to be very 
useful in tracking down these issues.

rob

</PRE>
</BLOCKQUOTE>
Yes, /home/local exists on the NFS server. And I can mount it manually. I am suspicious that "sec=krb5p" is not valid with a user that is not authenticated by IPA. But I do not know how to configure an alternative for locally authenticated users. I am about to try the suggestions from Brian Cook and Elijah Elliott.<BR>
<BR>
<TT>[<A HREF="mailto:root@host">root@host</A> ~]# ipa automountlocation-tofiles VM</TT><BR>
<TT>/etc/auto.master:</TT><BR>
<TT>/-     /etc/auto.direct</TT><BR>
<TT>/home  /etc/auto.home</TT><BR>
<TT>---------------------------</TT><BR>
<TT>/etc/auto.direct:</TT><BR>
<TT>/mnt/Shared  -fstype=nfs4,sec=krb5p host.hunter.org:/srv/nfs/Shared</TT><BR>
<TT>---------------------------</TT><BR>
<TT>/etc/auto.home:</TT><BR>
<TT>*  -fstype=nfs4,sec=krb5p host.hunter.org:/srv/nfs/home/&</TT><BR>
<BR>
<TT>maps not connected to /etc/auto.master:</TT><BR>
<TT>[<A HREF="mailto:root@host">root@host</A> ~]# cat /etc/exports</TT><BR>
<TT># The file /etc/exports contains a table of local physical file systems</TT><BR>
<TT># on an NFS server that are accessible to NFS clients. The contents of</TT><BR>
<TT># the file are maintained by the server's system administrator.</TT><BR>
<TT># </TT><BR>
<TT># Each file system in this table has a list of options and an access con-</TT><BR>
<TT># trol list. The table is used by exportfs(8) to give information to</TT><BR>
<TT># mountd(8).</TT><BR>
<TT># </TT><BR>
<TT># Local File System  Options                         Access Control List</TT><BR>
<TT>#------------------  ------------------------------  --------------------</TT><BR>
<TT>/srv/nfs/home        -rw,sec=krb5p:krb5i:sys         *.hunter.org</TT><BR>
<TT>/srv/nfs/ISO         -ro,sec=sys                     *.hunter.org</TT><BR>
<TT>/srv/nfs/Shared      -rw,sec=krb5p:krb5i:sys         *.hunter.org</TT><BR>
<BR>
<TT>[<A HREF="mailto:root@host">root@host</A> ~]# </TT><BR>
<BR>
Please advise which system logs you would check as none of the ones I can find show any indication of a problem. And can you give me a pointer to documentation on how to run "automount in foreground mode with debugging"?<BR>
<BR>
</BODY>
</HTML>