Re: [Freeipa-users] bit OT: trouble getting nfsv4 with kerberos with ipa and opensolaris

2013-04-13 Thread Sigbjorn Lie
No that syntax is correct. # zfs create p00/test # zfs set sharenfs='sec=krb5' p00/test No errors on my system. But have you remembered to enable krb5 in /etc/nfssec.conf? It is not enabled by default. You may read this thread I wrote a while back for how to make NexentaStor work with FreeIP

Re: [Freeipa-users] bit OT: trouble getting nfsv4 with kerberos with ipa and opensolaris

2013-04-13 Thread Natxo Asenjo
# zfs set sharenfs='sec=krb5' rpool/export/home cannot set property for 'rpool/export/home': 'sharenfs' cannot be set to invalid options I am starting to think this is a bug in illumos, Thanks anyway! -- Groeten, natxo On Fri, Apr 12, 2013 at 11:57 PM, Sigbjorn Lie wrote: > zfs set sharenfs

Re: [Freeipa-users] bit OT: trouble getting nfsv4 with kerberos with ipa and opensolaris

2013-04-12 Thread Sigbjorn Lie
zfs set sharenfs='sec=krb5' pool/dataset Natxo Asenjo wrote: >hi, > >thanks, still not working though: > ># share -F nfs -o "sec=krb5" -d "homedirs" /export/home >Could not share: /export/home: invalid security type > > # zfs set sharenfs="sec"="krb5" rpool/export/home >cannot set property for '

Re: [Freeipa-users] bit OT: trouble getting nfsv4 with kerberos with ipa and opensolaris

2013-04-12 Thread Natxo Asenjo
hi, thanks, still not working though: # share -F nfs -o "sec=krb5" -d "homedirs" /export/home Could not share: /export/home: invalid security type # zfs set sharenfs="sec"="krb5" rpool/export/home cannot set property for 'rpool/export/home': 'sharenfs' cannot be set to invalid options # zfs se

Re: [Freeipa-users] bit OT: trouble getting nfsv4 with kerberos with ipa and opensolaris

2013-04-12 Thread Sigbjorn Lie
Your syntax seem correct but you need to quote the value. Natxo Asenjo wrote: >hi, > >apparently what I am trying to do is not very usual because I do not >get >any answer on the omnios (opensolaris derivative) mailing list. > >I have successfully joined a host to the ipa domain, I can log in th

Re: [Freeipa-users] bit OT: trouble getting nfsv4 with kerberos with ipa and opensolaris

2013-04-12 Thread Dmitri Pal
On 04/12/2013 03:35 PM, Natxo Asenjo wrote: > hi, > > apparently what I am trying to do is not very usual because I do not > get any answer on the omnios (opensolaris derivative) mailing list. > > I have successfully joined a host to the ipa domain, I can log in the > omnios host as an ipa user, ge