Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Aug 1995 14:34:10 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        moriya@ifi.unicamp.br, syssgm@devetir.qld.gov.au
Cc:        freebsd-hackers@freebsd.org
Subject:   Re: mountd -n hates 'nobody' (was: Re: Exporting a file system to a PC.)
Message-ID:  <199508310434.OAA06157@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>mountd is rejecting requests from uid -2 even with the -n switch.  This
>behaviour started in FreeBSD 2.0, and seems totally bogus to me.  I've

This may have something to do with

	(uid_t)(-2) = (unsigned long)(-2) = 0xfffffffe != (nobody = 65534)

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199508310434.OAA06157>