ernst bauernfeind wrote:
> ernst at storage:~$ share
> storage at storag  /storage   rw   ""
> storage_public  /storage/public   rw   ""
> storage_vdr at st  /storage/vdr   rw   ""
>   

So your problem is that you only have AUTH_SYS shares and no kerberos 
shares.

You'll want to do something like:

zfs set sharenfs=sec=sys:krb5:krb5i:krb5p,rw pool/foo

or

share -F nfs -o sec=sys:krb5:krb5i:krb5p,rw /foo/bar

I'm not sure how you got your shares in there. share(1M) ought to be 
able to help you
understand the basic requirement for the sec= (and what it defaults to).

Pick the flavors you need...

Reply via email to