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
# 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
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 '
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
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
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
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, getent works, kerberos works (thanks to Johan
Petersson in