On Fri, 2012-05-11 at 09:05 +0200, Matthias Runge wrote: 
> On 11/05/12 04:22, Braden McDaniel wrote:
> >         +auto.master
> >         
> >         /home       auto.home
> >         /-      auto.direct
> >         
> >         $ cat /etc/auto.home
> >         *           -fstype=nfs4    rail:/home/&
> >         
> >         $ cat /etc/auto.direct
> >         /share  -fstype=nfs4    rail:/share
> >         
> > This identical configuration is working just fine on a Fedora 16 box.
> > On my Fedora 17 prerelease installation (currently using
> > autofs-5.0.6-13.fc17), it does not work at all.
> > 
> 
> Just a side note: It seems to work for me on f17 (with unchanged config)
> for cifs-filesystems. I'm seeing here many nfs4 mounts. It may be
> related to some kerberos change? sssd?

I use kerberos and sssd; but not to authenticate the NFS mounts.  Here's
the server's /etc/exports:

        $ cat /etc/exports
        /export         
10.0.0.0/255.255.255.0(rw,insecure,no_subtree_check,nohide,fsid=0)
        /export/home    
10.0.0.0/255.255.255.0(rw,insecure,sync,no_subtree_check,nohide)
        /export/share   
10.0.0.0/255.255.255.0(rw,insecure,no_subtree_check,nohide)

-- 
Braden McDaniel <bra...@endoframe.com>

-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Reply via email to