Displaying 1 result from an estimated 1 matches for "alldir".
Did you mean:
aildir
2013 Feb 07
4
NFSv4 + Kerberos permission denied
...d as a user mount (sysctl vfs.usermounts=1).
With -sec=sys it works read-write, but with -sec=krb5 read-only..
my /etc/exports:
V4: /export_test -sec=krb5:krb5i:krb5p -network 192.168.0.0 -mask 255.255.255.0
/export_test -sec=krb5:krb5i:krb5p -network 192.168.0.0 -mask
255.255.255.0 -maproot=root -alldirs
tried with V4: / .... as well.
Added all the principals needed.
Tried also with full qualified domain names.
SSH works fine with Kerberos
Do I need rpcsec_gss.patch? (according to
http://code.google.com/p/macnfsv4/wiki/FreeBSD8KerberizedNFSSetup)
or can I make it work somehow else?
I used Free...