On Mon, Aug 04, 2008 at 11:39:40AM -0500, Paul Fisher wrote:
> >AUTH_SYS -- don't use that. Use Kebreros (-o sec=krb5, krb5i or krb5p).
>
> Thanks, that sounds right. But this seems a bit unfortunate...
>
> Is using Kerberos the only alternative? This seems a little (hehe, read
> a *lot*) heavy handed for my purposes (xVM virtual machines on my laptop
> ;->). Frankly, I've never tried to configure Kerberos on either
> opensolaris or linux.
Your only alternatives:
- use AUTH_NONE -- anonymous access (but I doubt you want that)
- use RPCSEC_GSS
- with Kerberos V (already covered)
- with mech_dh (but not available on Linux)
Nico
--