OpenSolaris

Printable Version Enter a New Search
Bug ID 6790413
Synopsis AUTH_NONE implementation in kernel RPC
State 10-Fix Delivered (Fix available in build)
Category:Subcategory kernel:rpc
Keywords
Responsible Engineer Vallish Vaidyeshwara
Reported Against snv_107
Duplicate Of
Introduced In solaris_2.6
Commit to Fix snv_108
Fixed In snv_108
Release Fixed solaris_nevada(snv_108)
Related Bugs 6242563 , 6298338 , 6359212 , 6801863 , 6803319 , 6828396 , 6834430 , 6860784 , 6869647
Submit Date 6-January-2009
Last Update Date 11-February-2009
Description
While working on CR 6359212, I found out that kernel RPC has got no AUTH_NONE implementation. Most of the NFS client implementations send AUTH_SYS
for AUTH_NONE mounts. For better interoperability, NFS servers accept AUTH_SYS for
AUTH_NONE mounts and map the request to anonymous user. It is good if the NFS client
can indeed send AUTH_NONE requests for AUTH_NONE mounts.
Work Around
N/A
Comments
N/A