Tom Haynes wrote: > I've synced my Linux server up to a more recent image > and AUTH_NONE is not being sent first > as a valid security flavor. Not being sent at all actually.
And this is a Linux NFS bug that you have to watch out for. It turns out that if you do an export of the form: [thud at adept nfs]> more /etc/exports / *(sync) /home 192.168.1.0/255.255.255.0(rw,async,no_subtree_check,insecure,no_root_squash) Then the fact that there is no 'sec=' in the export causes no flavors to be sent. With a Linux client, which will by default try AUTH_SYS even if there is no flavor array, the mount will work with NFSv3. With an OpenSolaris client, it will fail. Why bother trying to mount if there are no acceptable security flavors? -- This message posted from opensolaris.org